Exercise: Martingale Strategy — Doubling-Up Is Not Free Money
Prerequisites: Martingales (Discrete Time)
Problem
A gambler follows the classical "martingale" betting strategy: start with a bet of 1 unit on a fair coin. After each loss, double the next bet; after a win, reset to 1 unit. Suppose the gambler has bankroll and plays until they either win at least one round or lose consecutive times (exhausting their bankroll).
Let be the gambler's wealth after rounds, with , and .
-
After the first win, the gambler's net profit for that sequence is unit (they recover all previous losses and gain 1). Explain why in one or two sentences.
-
Compute the total loss if the gambler loses times in a row. Show that this equals .
-
Deduce the maximum value of for a bankroll : the gambler can sustain at most consecutive losses.
-
Let be the stopping time "first win, or consecutive losses." Compute exactly. Show that despite the intuitive "I always win eventually" feel of the doubling strategy, the expected P&L is zero — consistent with the optional stopping theorem.
-
Conceptual. Real casinos have a table limit that effectively caps . Why is the doubling strategy especially dangerous (i.e. why is the actual variance of huge even with )?
Hint
For part 4, the probability of consecutive losses is . The strategy gives with probability and with probability .