Why the Doubling Betting System Fails
The martingale betting system — double your bet after every loss — looks like a guaranteed profit on paper. Working through the math shows exactly where the guarantee breaks: finite bankroll and table limits, not bad luck.
Prerequisites: Craps: Working Out the House Edge
The pitch. Bet $1 on a coin-flip-like even-money game. If you lose, double your next bet to $2. Lose again, bet $4. Keep doubling after every loss. Eventually you win — and when you do, that single win recovers every previous loss plus a net profit of exactly your original $1 stake. Since you're guaranteed to eventually flip a head (probability 1, in the limit), this "martingale" system looks like a guaranteed money-maker. It isn't, and understanding precisely why — not just "gambling is bad" — is the actual interview question.
Why one win always nets exactly the original stake
After consecutive losses, you've bet , totaling . Your next bet is . If you win that bet, you get back (your stake back plus winnings on an even-money bet, net gain of on that single wager), against total prior losses of . Net profit:
So yes — algebraically, the very first win nets exactly $1, no matter how many losses preceded it. This part of the pitch is true. The system's failure isn't a flaw in this arithmetic.
Where it actually breaks: the bet size explodes exponentially
The problem is what happens before that eventual win. A losing streak of length requires a bet of on the next flip — and grows explosively. After just 10 straight losses (probability for a fair coin, higher for a house-edge game), your next required bet is times your original stake. After 20 losses, it's over a million times your stake. Every real casino and every real bankroll has a hard limit, so the system doesn't fail because of bad probability — it fails because the one scenario that ruins you (a long losing streak) requires a bet size that no finite bankroll or table limit can support, and that scenario, while individually improbable, is exactly the one that determines your expected outcome once you account for what happens when you hit the limit.
Worked example: expected value with a realistic cap
Suppose you have a $1,000 bankroll and the table caps bets at $1,000. You can sustain losing streaks up to (bets of $1, $2, ..., $512, summing to $1,023 — already over budget, so realistically about 9 losses before you can't continue). The probability of a streak that long or longer on a fair coin is . In that unlucky tail scenario, you lose your entire $1,000+ bankroll. In every other scenario (the other 99.8%), you win $1. Expected value:
The tiny-probability catastrophic loss exactly cancels — actually slightly more than cancels, once you include any house edge — the steady stream of small $1 wins. This is the general shape of every martingale-style system: it converts a fair (or slightly unfair) bet into a strategy that "always wins a little" while carrying a small, hidden probability of losing everything, and the expected value math shows those two effects offset exactly, or worse than exactly once a house edge is present.
Doubling after each loss makes every individual completed cycle net exactly your original stake, but it does so by requiring bet sizes that grow as — a genuine finite bankroll or table limit caps how many losses you can survive, and the small probability of exceeding that cap carries a loss large enough to offset all the accumulated small wins in expectation. No bet-sizing scheme changes the underlying expected value of a game; it only reshapes the distribution of outcomes.
The trap is stopping the analysis at "you always win eventually" without asking "at what bet size, and can you actually place that bet." Any claim of a guaranteed-profit betting system should immediately prompt the question: what happens in the tail scenario, and is there a real-world constraint (bankroll, position limit, margin call) that turns that tail into an actual loss rather than a theoretical one you can wait out?
Related concepts
Practice in interviews
Further reading
- Epstein, The Theory of Gambling and Statistical Logic, ch. 3