How to cast actor blueprint in level blueprint?

for the purpose you are trying to achieve casting the actor blueprint in level is not optimal, instead you could use a game instance to set the number of bottles you have destroyed and check in the level blueprint if the number is equal to the number of bottles in level.

you can learn to use game instances from here:UE4 - Tutorial - Game Instances