Suppose a gambler has \$100 to start with. Each time he/she has 0.4 chances of winning and 0.6 chances of losing a bet. If he/she wins he gets twice the money he put in and loses what he bet if he loses. The game stops if he/she has \$500 at hand or goes bankrupt (\$0). Which strategy will he/she choose to maximize the chance of winning(having \$500 and quit):
All in each time
Bet half of the current amount each time
Bet \$10 each time
My first try is to use the optimal stopping time for martingales to find the probability of exit at $500, but it is a supermartingale and I am not sure how to apply OPT.
I also tried to model the problem as a Markov Chain under each strategy. The first strategy is easy. The exit distribution for the third strategy is also computable. But I am stuck on the second one.
I think there may be an easy way (maybe an intuitive way or a way that simplifies the computation) of picking the best strategy among the three.
Edited:
For strategy (1), the probability of winning is $$P(\text{winning}) = P(\text{win 3 bets in a row}) = (0.4)^3 = 0.064$$
For strategy (3), as pointed out, it is an unbalanced gambler's ruin, so $$P(\text{winning}) = P(\text{reach \$500 before \$0}) = \frac{(0.6/0.4)^{100}-1}{(0.6/0.4)^{500}-1} \approx 3.66e-71 $$
But for strategy (2), there are infinite many states $$S = \left\lbrace 100\times\left(\frac{1}{2} \right)^n\times \left(\frac{3}{2}\right)^m: \forall n,m \in \mathbf{N}^+,100\times\left(\frac{1}{2} \right)^n\times \left(\frac{3}{2}\right)^m \leq 500 \right\rbrace$$
One of my guesses is that the possibility of bankruptcy for (1) and (3) is positive. However, it takes infinite many bets for the chain to $0 in (2), so the possibility of bankruptcy is 0?
The simple approach is that the game is unfair to the gambler, so s/he needs to be lucky to win. You want to bet as few times as possible to increase the variance, so the modified $1$ is the best route.
To get the probability, you have to win the first two or you are done. If you win the third as well, you win. If you lose the third you have $300$. At each point in the process one of the results is final. If you lose the fourth as well you are back at the start, so can write an equation to compute the overall probability.