I've been given the following problem in the context of probability:
"The player is playing a game where they have to pick one of five wheels to spin. Each wheel has a different chance to win and a different prize if the wheel lands on a positive segment (See Wheel Details table). If the player spins a wheel and lands on a negative segment the game ends and they get to keep all prizes they have won up to that point. If the player spins a wheel and lands on a positive segment, the player wins the prize for that wheel and gets to spin another wheel.The player can only spin each wheel once. The player has all the information about the wheels when they select which to spin. In which order should the player spin the wheels to achieve the optimal strategy?"
So far, what've i've done is calculate the probability of winning on each wheel. This seems like the most obvious solution, however, given that one can win more money on wheel 4 than all others put together, it doesn't seem "optimal". My next idea was to calculate the expected value of each wheel, but they all give 10, so it's inconclusive. Finally, i calculated the standard deviations of each (35.35533906,7.071067812,3.889087297,176.7766953,14.14213562 respectively), however, this gave the exact same strategy as when considering the probabilities.
I'm not looking for someone to tell me the optimal strategy, far from it. I'm more interested in ways one could explore different strategies given the information available, so any hints on how to approa

For each permutation $(p_1,p_2,p_3,p_4, p_5)$ of $\{1,2,3,4,5\}$, the player can decide on the strategy of:
For each such strategy there are $5$ possible outcomes:
You can calculate the probability and winnings of each of the $6$ events, and from that, calculate the expected winnings of the strategy.
Repeating (hopefully with a computer) the thing with all $5!$ strategies can yield you the best one.