[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"term-casino-martingale-en":3,"related-martingale-en":49,"mdc--ah8g8f-key":53},{"id":4,"slug":5,"status":6,"section":7,"category":8,"difficulty":9,"aliases":10,"related_terms":15,"related_calculators":21,"term":25,"definition":26,"content":27,"example":28,"faq":29,"availableLocales":42},"47b4ed66-75e5-4d58-81d5-51c2aad5c71f","martingale","published","casino","rtp-variance","beginner",[11,12,13,14],"martingale system","doubling strategy","double-up system","negative progression",[16,17,18,19,20],"house-edge","bankroll","variance","gamblers-fallacy","expected-value",[22,23,24],"\u002Fcasino\u002Fmartingale-simulator","\u002Fcasino\u002Fbankroll-calculator","\u002Fcasino\u002Fsession-simulator","Martingale","The Martingale is a negative progression betting system where stakes are doubled after each loss to recover previous losses plus one unit profit upon winning. While mathematically seductive—you 'always win eventually'—the system fails due to table limits, bankroll constraints, and exponential bet growth. A 10-bet losing streak requires 1,024 units, turning a $10 base bet into a $10,240 wager. The house edge remains unchanged; Martingale only restructures when losses occur, not whether they occur.","# Martingale System\n\n**Martingale** is gambling's most famous and most dangerous illusion. The premise is intoxicating: double your bet after every loss, and when you finally win, you'll recover everything plus profit. It works—until it doesn't. The system creates a seductive pattern of frequent small wins that mask inevitable catastrophic losses. Casinos don't fear Martingale; they welcome it. The math guarantees their edge remains intact regardless of how bets are sized.\n\n## Table of Contents\n\n- [How Martingale Works](#how-it-works)\n- [The Mathematics](#math)\n- [Why Martingale Fails](#why-it-fails)\n- [Simulation Results](#simulation)\n- [Martingale Variations](#variations)\n- [Psychological Traps](#psychology)\n- [The Bottom Line](#conclusion)\n\n## How Martingale Works {#how-it-works}\n\n### The Basic Principle\n\n```math\n\\text{Next Bet} = 2 \\times \\text{Previous Bet} \\text{ (after loss)}\n```\n```math\n\\text{Next Bet} = \\text{Base Bet} \\text{ (after win)}\n```\n\n### Step-by-Step Example\n\nStarting with $10 base bet:\n\n| Round | Bet | Result | Running P\u002FL | Total Risked |\n|-------|-----|--------|-------------|--------------|\n| 1 | $10 | Lose | -$10 | $10 |\n| 2 | $20 | Lose | -$30 | $30 |\n| 3 | $40 | Lose | -$70 | $70 |\n| 4 | $80 | Lose | -$150 | $150 |\n| 5 | $160 | **Win** | **+$10** | $310 |\n\n**Result:** You risked $310 to profit $10.\n\n### Why It \"Seems\" to Work\n\nAfter a win, you've recovered all losses plus 1 unit profit:\n\n```math\n\\text{Profit} = \\text{Winning Bet} - \\sum(\\text{Previous Losses}) = \\text{Base Bet}\n```\n\n| Losses Before Win | Total Recovery | Net Profit |\n|-------------------|----------------|------------|\n| 0 | $10 | $10 |\n| 3 | $70 + $80 | $10 |\n| 5 | $310 + $320 | $10 |\n| 7 | $1,270 + $1,280 | $10 |\n\nSame profit regardless of losing streak length—this is the seduction.\n\n## The Mathematics {#math}\n\n### Exponential Growth of Bets\n\n```math\n\\text{Required Bet after N losses} = \\text{Base Bet} \\times 2^N\n```\n\n| Losses | Bet Required | Cumulative Risk |\n|--------|--------------|-----------------|\n| 1 | 2 units | 2 units |\n| 3 | 8 units | 14 units |\n| 5 | 32 units | 62 units |\n| 7 | 128 units | 254 units |\n| 10 | 1,024 units | 2,046 units |\n| 15 | 32,768 units | 65,534 units |\n\nA $10 base bet becomes $327,680 after 15 losses.\n\n### Probability of Losing Streaks\n\n```math\nP(\\text{N consecutive losses}) = (1 - P_{win})^N\n```\n\n**European Roulette (red\u002Fblack, 48.65% win):**\n\n| Streak | Probability | 1 in X |\n|--------|-------------|--------|\n| 5 | 3.45% | 29 |\n| 7 | 0.86% | 116 |\n| 10 | 0.13% | 784 |\n| 12 | 0.03% | 3,107 |\n| 15 | 0.004% | 24,380 |\n\n### Expected Number of Streaks\n\n```math\n\\text{Expected Streaks} = \\text{Total Bets} \\times P(\\text{Streak})\n```\n\n| Bets | Expected 7+ Streaks | Expected 10+ Streaks |\n|------|---------------------|----------------------|\n| 100 | 0.86 | 0.13 |\n| 500 | 4.3 | 0.64 |\n| 1,000 | 8.6 | 1.28 |\n| 10,000 | 86 | 12.8 |\n\nAfter 1,000 bets, you'll likely have experienced a 10+ losing streak.\n\n### The Fundamental Math Problem\n\n```math\n\\text{EV (Martingale)} = \\text{EV (Flat Betting)} = -\\text{House Edge} \\times \\text{Total Wagered}\n```\n\n**Critical insight:** Martingale doesn't change expected value—it only changes result distribution.\n\n## Why Martingale Fails {#why-it-fails}\n\n### Failure Point 1: Table Limits\n\n| Casino | Min Bet | Max Bet | Max Doubles |\n|--------|---------|---------|-------------|\n| Low-limit | $5 | $500 | 6-7 |\n| Standard | $10 | $2,000 | 7-8 |\n| High-limit | $25 | $10,000 | 8-9 |\n\n**After 8 doubles at $10:** $2,560 required, exceeds $2,000 limit. Game over.\n\n### Failure Point 2: Bankroll Exhaustion\n\nRequired bankroll for N losing streak survival:\n\n```math\n\\text{Bankroll Needed} = \\text{Base Bet} \\times (2^N - 1)\n```\n\n| Streaks to Survive | Bankroll Needed ($10 base) |\n|--------------------|---------------------------|\n| 5 | $310 |\n| 7 | $1,270 |\n| 10 | $10,230 |\n| 12 | $40,950 |\n\nSurviving 10 losses requires 1,000x your base bet in reserve.\n\n### Failure Point 3: Risk\u002FReward Imbalance\n\n| Outcome | Probability | Result |\n|---------|-------------|--------|\n| Win within 10 bets | 99.87% | +$10 |\n| Lose 10+ in a row | 0.13% | -$10,230 |\n\nExpected value per \"session\":\n```math\n\\text{EV} = (0.9987 \\times 10) - (0.0013 \\times 10,230) = 9.987 - 13.30 = -$3.31\n```\n\nYou lose on average—even with 99.87% \"win rate.\"\n\n### Failure Point 4: Time and Opportunity Cost\n\n| Metric | Martingale | Flat Betting |\n|--------|------------|--------------|\n| Average bet size | Escalating | Constant |\n| Time per session | Long | Flexible |\n| Stress level | High | Low |\n| Same expected loss | Yes | Yes |\n\n## Simulation Results {#simulation}\n\n### 10,000 Session Simulation\n\n**Settings:** $10 base bet, 8 max doubles, European roulette (48.65%)\n\n| Metric | Result |\n|--------|--------|\n| Sessions won | 9,874 (98.74%) |\n| Sessions lost | 126 (1.26%) |\n| Average win | +$42 |\n| Average loss | -$2,550 |\n| Net result | -$68,946 |\n| Net per session | -$6.89 |\n\n### Comparison to Flat Betting\n\n**Same total wagered, flat $100 bets:**\n\n| Metric | Martingale | Flat Betting |\n|--------|------------|--------------|\n| Winning sessions | 98.74% | ~50% |\n| Average session result | -$6.89 | -$2.70 |\n| Maximum loss | -$2,550 | -$100 |\n| Variance | Extreme | Low |\n| Same EV? | Yes | Yes |\n\n### Long-Term Outcome Distribution\n\n| Outcome Range | Martingale | Flat Betting |\n|---------------|------------|--------------|\n| Big win (+$500+) | 0.1% | 0.5% |\n| Small win (+$1-500) | 98.6% | 25% |\n| Small loss (-$1-500) | 0% | 74% |\n| Big loss (-$500+) | 1.3% | 0.5% |\n\nMartingale concentrates losses into rare catastrophic events.\n\n## Martingale Variations {#variations}\n\n### Reverse Martingale (Paroli)\n\n**Rule:** Double after wins, reset after loss\n\n| Aspect | Standard | Reverse |\n|--------|----------|---------|\n| After loss | Double | Reset to base |\n| After win | Reset to base | Double |\n| Risk profile | Frequent small wins, rare big loss | Frequent small losses, rare big win |\n| EV | Negative | Negative |\n\n### Grand Martingale\n\n**Rule:** Double plus one unit after loss\n\n| Round | Standard | Grand |\n|-------|----------|-------|\n| 1 | $10 | $10 |\n| 2 | $20 | $30 |\n| 3 | $40 | $70 |\n| 4 | $80 | $150 |\n| 5 | $160 | $310 |\n\nHigher profit per win, faster bankroll depletion.\n\n### Modified Martingale\n\n**Rule:** Stop after N losses\n\n| Max Losses | Win Rate | Max Loss | EV Change |\n|------------|----------|----------|-----------|\n| 3 | 93.1% | $70 | Same |\n| 5 | 98.2% | $310 | Same |\n| 7 | 99.5% | $1,270 | Same |\n\nLimiting losses doesn't change EV—just redistributes risk.\n\n### Mini-Martingale\n\n**Rule:** 1.5x instead of 2x\n\n| Round | 2x | 1.5x |\n|-------|-----|------|\n| 5 | $160 | $76 |\n| 10 | $5,120 | $576 |\n\nSlower growth, same fundamental problem.\n\n### Comparison Table\n\n| Variation | Risk Reduction | EV Impact | Practical? |\n|-----------|----------------|-----------|------------|\n| Standard | None | Negative | No |\n| Reverse | Lower variance | Negative | Slightly better |\n| Grand | Worse | More negative | No |\n| Modified | Loss caps | Same negative | No |\n| Mini | Slower growth | Same negative | No |\n\n**All variations have negative expected value.**\n\n## Psychological Traps {#psychology}\n\n### Trap 1: The \"Always Win\" Illusion\n\n98%+ of sessions end in profit. This creates false confidence:\n\n| Sessions | Likely Profit Sessions | Likely Bust Sessions |\n|----------|----------------------|---------------------|\n| 10 | 9-10 | 0-1 |\n| 50 | 49-50 | 0-1 |\n| 100 | 98-99 | 1-2 |\n\nAfter 50 winning sessions, you \"know\" the system works.\n\n### Trap 2: Survivorship Bias\n\n| Story | Reality |\n|-------|---------|\n| \"I've won $500 with Martingale\" | Doesn't mention eventual $2,000+ loss |\n| \"My friend uses it successfully\" | Small sample, hasn't hit streak yet |\n| \"It works if you're disciplined\" | Discipline doesn't change math |\n\n### Trap 3: Gambler's Fallacy Integration\n\nThe fallacy: \"I've lost 5 in a row, a win is due\"\nThe Martingale amplifies this by making you bet more when \"certain\" of winning.\n\n**Reality:** Each spin is independent. Previous results don't affect future outcomes.\n\n### Trap 4: Sunk Cost Escalation\n\nAfter 5 losses (-$310), the thought: \"I MUST bet $320 to recover\"\nThis ignores that the $310 is already gone—each bet should be evaluated independently.\n\n## Martingale on Different Games {#games}\n\n### European Roulette (Even Money)\n\n| Metric | Value |\n|--------|-------|\n| Win probability | 48.65% |\n| House edge | 2.70% |\n| 10-loss streak odds | 1 in 784 |\n| Martingale EV | -2.70% of total wagered |\n\n### American Roulette (Even Money)\n\n| Metric | Value |\n|--------|-------|\n| Win probability | 47.37% |\n| House edge | 5.26% |\n| 10-loss streak odds | 1 in 608 |\n| Martingale EV | -5.26% of total wagered |\n\n**Worse game = worse Martingale results**\n\n### Blackjack\n\n| Metric | Value |\n|--------|-------|\n| Win probability | ~42.5% (not even money) |\n| House edge | 0.5% with basic strategy |\n| Problem | Wins aren't always 1:1 |\n\nMartingale poorly suited—blackjack has splits, doubles, blackjack payouts.\n\n### Baccarat (Banker)\n\n| Metric | Value |\n|--------|-------|\n| Win probability | 45.86% |\n| House edge | 1.06% |\n| Issue | 5% commission on wins |\n\nMartingale works poorly with commission structures.\n\n## The Bottom Line {#conclusion}\n\n### What Martingale Actually Does\n\n| Claim | Reality |\n|-------|---------|\n| \"Guarantees wins\" | Guarantees eventual catastrophic loss |\n| \"Beats the house\" | House edge applies to every bet |\n| \"Works with discipline\" | Math doesn't care about discipline |\n| \"Safe with limits\" | Limits just delay the inevitable |\n\n### Expected Outcome Over Time\n\n```math\n\\text{Long-Term Result} = -\\text{House Edge} \\times \\text{Total Wagered}\n```\n\nRegardless of betting system. Always. Without exception.\n\n### When to Use Martingale\n\n**Answer: Never for expected profit**\n\n| If you want... | Better strategy |\n|----------------|-----------------|\n| Entertainment | Flat betting, accept losses |\n| Best odds | Low house edge games, optimal strategy |\n| Profit | Become the casino |\n\n### Final Verdict\n\nMartingale is mathematically equivalent to:\n1. Winning $10 frequently\n2. Losing $10,000+ rarely\n3. Net loss over time = house edge\n\nIt's a repackaging of the same losing proposition with extra stress and bankroll requirements.\n\n## Related Calculators\n\n- [Martingale Simulator](\u002Fcasino\u002Fmartingale-simulator) - See why it fails\n- [Bankroll Calculator](\u002Fcasino\u002Fbankroll-calculator) - Understand requirements\n- [Session Simulator](\u002Fcasino\u002Fsession-simulator) - Compare to flat betting",null,[30,33,36,39],{"answer":31,"question":32},"No. While Martingale wins frequently in the short term, the expected value is negative. You win small amounts often but lose catastrophically when hitting table limits or exhausting your bankroll. Over time, the frequent small wins exactly offset by the rare devastating losses—minus house edge. The math is inescapable.","Does the Martingale system work?",{"answer":34,"question":35},"At even-money roulette (48.6% win rate): approximately 1 in 784 attempts. Sounds rare, but if you play 100 sessions of 10 spins each, you'll likely experience it. The Martingale's danger isn't that losing streaks are common—it's that when they happen, you lose everything you've accumulated.","What's the probability of losing 10 times in a row?",{"answer":37,"question":38},"Because it doesn't work. Casinos profit from Martingale players the same way they profit from all players—through house edge. Table limits exist partly to prevent theoretical infinite Martingale, but they're unnecessary: bankroll limits accomplish the same thing. Martingale doesn't threaten casino profits.","Why do casinos allow Martingale betting?",{"answer":40,"question":41},"No version of Martingale is safe. Modifications like stopping after 3 losses, using smaller progressions, or setting loss limits don't change the underlying math—they only alter the risk distribution. Every Martingale variant has negative expected value against a house-edge game.","Is there a 'safe' Martingale strategy?",[43,44,45,46,47,48],"en","ru","es","tr","de","pt",[50],{"slug":16,"section":7,"category":8,"difficulty":28,"term":51,"definition":52},"House Edge","The mathematical advantage the casino has over players, expressed as a percentage of each bet that the casino expects to keep over time — the built-in profit margin that ensures casinos always win in the long run.",{"data":54,"body":55},{},{"type":56,"children":57},"root",[58,67,78,84,153,159,166,326,423,429,434,617,755,761,766,970,1247,1252,1258,1264,1443,1573,1732,1738,2035,2043,2156,2162,2315,2414,2419,2425,2599,2609,2615,2621,2721,2818,2824,2829,3044,3113,3118,3124,3183,3188,3197,3202,3208,3305,3311,3317,3327,3425,3431,3439,3548,3554,3650,3655,3661,3667,3677,3772,3778,3787,3887,3892,3898,3907,4000,4005,4011,4020,4079,4084,4090,4228,4236,4242,4248,4253,4331,4336,4342,4403,4409,4414,4424,4430,4707,4713,4719,4792,4798,4866,4874,4880,4937,4942,4948,5005,5010,5016,5022,5095,5101,5234,5239,5245,5253,5313,5319,5324,5343,5348,5354],{"type":59,"tag":60,"props":61,"children":63},"element","h2",{"id":62},"martingale-system",[64],{"type":65,"value":66},"text","Martingale System",{"type":59,"tag":68,"props":69,"children":70},"p",{},[71,76],{"type":59,"tag":72,"props":73,"children":74},"strong",{},[75],{"type":65,"value":25},{"type":65,"value":77}," is gambling's most famous and most dangerous illusion. The premise is intoxicating: double your bet after every loss, and when you finally win, you'll recover everything plus profit. It works—until it doesn't. The system creates a seductive pattern of frequent small wins that mask inevitable catastrophic losses. Casinos don't fear Martingale; they welcome it. The math guarantees their edge remains intact regardless of how bets are sized.",{"type":59,"tag":60,"props":79,"children":81},{"id":80},"table-of-contents",[82],{"type":65,"value":83},"Table of Contents",{"type":59,"tag":85,"props":86,"children":87},"ul",{},[88,99,108,117,126,135,144],{"type":59,"tag":89,"props":90,"children":91},"li",{},[92],{"type":59,"tag":93,"props":94,"children":96},"a",{"href":95},"#how-it-works",[97],{"type":65,"value":98},"How Martingale Works",{"type":59,"tag":89,"props":100,"children":101},{},[102],{"type":59,"tag":93,"props":103,"children":105},{"href":104},"#math",[106],{"type":65,"value":107},"The Mathematics",{"type":59,"tag":89,"props":109,"children":110},{},[111],{"type":59,"tag":93,"props":112,"children":114},{"href":113},"#why-it-fails",[115],{"type":65,"value":116},"Why Martingale Fails",{"type":59,"tag":89,"props":118,"children":119},{},[120],{"type":59,"tag":93,"props":121,"children":123},{"href":122},"#simulation",[124],{"type":65,"value":125},"Simulation Results",{"type":59,"tag":89,"props":127,"children":128},{},[129],{"type":59,"tag":93,"props":130,"children":132},{"href":131},"#variations",[133],{"type":65,"value":134},"Martingale Variations",{"type":59,"tag":89,"props":136,"children":137},{},[138],{"type":59,"tag":93,"props":139,"children":141},{"href":140},"#psychology",[142],{"type":65,"value":143},"Psychological Traps",{"type":59,"tag":89,"props":145,"children":146},{},[147],{"type":59,"tag":93,"props":148,"children":150},{"href":149},"#conclusion",[151],{"type":65,"value":152},"The Bottom Line",{"type":59,"tag":60,"props":154,"children":156},{"id":155},"how-martingale-works-how-it-works",[157],{"type":65,"value":158},"How Martingale Works {#how-it-works}",{"type":59,"tag":160,"props":161,"children":163},"h3",{"id":162},"the-basic-principle",[164],{"type":65,"value":165},"The Basic Principle",{"type":59,"tag":167,"props":168,"children":171},"span",{"className":169},[170],"katex",[172,225],{"type":59,"tag":167,"props":173,"children":176},{"className":174},[175],"katex-mathml",[177],{"type":59,"tag":178,"props":179,"children":181},"math",{"xmlns":180},"http:\u002F\u002Fwww.w3.org\u002F1998\u002FMath\u002FMathML",[182],{"type":59,"tag":183,"props":184,"children":185},"semantics",{},[186,218],{"type":59,"tag":187,"props":188,"children":189},"mrow",{},[190,196,202,208,213],{"type":59,"tag":191,"props":192,"children":193},"mtext",{},[194],{"type":65,"value":195},"Next Bet",{"type":59,"tag":197,"props":198,"children":199},"mo",{},[200],{"type":65,"value":201},"=",{"type":59,"tag":203,"props":204,"children":205},"mn",{},[206],{"type":65,"value":207},"2",{"type":59,"tag":197,"props":209,"children":210},{},[211],{"type":65,"value":212},"×",{"type":59,"tag":191,"props":214,"children":215},{},[216],{"type":65,"value":217},"Previous Bet (after loss)",{"type":59,"tag":219,"props":220,"children":222},"annotation",{"encoding":221},"application\u002Fx-tex",[223],{"type":65,"value":224},"\\text{Next Bet} = 2 \\times \\text{Previous Bet} \\text{ (after loss)}\n",{"type":59,"tag":167,"props":226,"children":230},{"className":227,"ariaHidden":229},[228],"katex-html","true",[231,268,297],{"type":59,"tag":167,"props":232,"children":235},{"className":233},[234],"base",[236,242,252,258,264],{"type":59,"tag":167,"props":237,"children":241},{"className":238,"style":240},[239],"strut","height:0.6833em;",[],{"type":59,"tag":167,"props":243,"children":246},{"className":244},[245,65],"mord",[247],{"type":59,"tag":167,"props":248,"children":250},{"className":249},[245],[251],{"type":65,"value":195},{"type":59,"tag":167,"props":253,"children":257},{"className":254,"style":256},[255],"mspace","margin-right:0.2778em;",[],{"type":59,"tag":167,"props":259,"children":262},{"className":260},[261],"mrel",[263],{"type":65,"value":201},{"type":59,"tag":167,"props":265,"children":267},{"className":266,"style":256},[255],[],{"type":59,"tag":167,"props":269,"children":271},{"className":270},[234],[272,277,282,287,293],{"type":59,"tag":167,"props":273,"children":276},{"className":274,"style":275},[239],"height:0.7278em;vertical-align:-0.0833em;",[],{"type":59,"tag":167,"props":278,"children":280},{"className":279},[245],[281],{"type":65,"value":207},{"type":59,"tag":167,"props":283,"children":286},{"className":284,"style":285},[255],"margin-right:0.2222em;",[],{"type":59,"tag":167,"props":288,"children":291},{"className":289},[290],"mbin",[292],{"type":65,"value":212},{"type":59,"tag":167,"props":294,"children":296},{"className":295,"style":285},[255],[],{"type":59,"tag":167,"props":298,"children":300},{"className":299},[234],[301,306,316],{"type":59,"tag":167,"props":302,"children":305},{"className":303,"style":304},[239],"height:1em;vertical-align:-0.25em;",[],{"type":59,"tag":167,"props":307,"children":309},{"className":308},[245,65],[310],{"type":59,"tag":167,"props":311,"children":313},{"className":312},[245],[314],{"type":65,"value":315},"Previous Bet",{"type":59,"tag":167,"props":317,"children":319},{"className":318},[245,65],[320],{"type":59,"tag":167,"props":321,"children":323},{"className":322},[245],[324],{"type":65,"value":325}," (after loss)",{"type":59,"tag":167,"props":327,"children":329},{"className":328},[170],[330,361],{"type":59,"tag":167,"props":331,"children":333},{"className":332},[175],[334],{"type":59,"tag":178,"props":335,"children":336},{"xmlns":180},[337],{"type":59,"tag":183,"props":338,"children":339},{},[340,356],{"type":59,"tag":187,"props":341,"children":342},{},[343,347,351],{"type":59,"tag":191,"props":344,"children":345},{},[346],{"type":65,"value":195},{"type":59,"tag":197,"props":348,"children":349},{},[350],{"type":65,"value":201},{"type":59,"tag":191,"props":352,"children":353},{},[354],{"type":65,"value":355},"Base Bet (after win)",{"type":59,"tag":219,"props":357,"children":358},{"encoding":221},[359],{"type":65,"value":360},"\\text{Next Bet} = \\text{Base Bet} \\text{ (after win)}\n",{"type":59,"tag":167,"props":362,"children":364},{"className":363,"ariaHidden":229},[228],[365,395],{"type":59,"tag":167,"props":366,"children":368},{"className":367},[234],[369,373,382,386,391],{"type":59,"tag":167,"props":370,"children":372},{"className":371,"style":240},[239],[],{"type":59,"tag":167,"props":374,"children":376},{"className":375},[245,65],[377],{"type":59,"tag":167,"props":378,"children":380},{"className":379},[245],[381],{"type":65,"value":195},{"type":59,"tag":167,"props":383,"children":385},{"className":384,"style":256},[255],[],{"type":59,"tag":167,"props":387,"children":389},{"className":388},[261],[390],{"type":65,"value":201},{"type":59,"tag":167,"props":392,"children":394},{"className":393,"style":256},[255],[],{"type":59,"tag":167,"props":396,"children":398},{"className":397},[234],[399,403,413],{"type":59,"tag":167,"props":400,"children":402},{"className":401,"style":304},[239],[],{"type":59,"tag":167,"props":404,"children":406},{"className":405},[245,65],[407],{"type":59,"tag":167,"props":408,"children":410},{"className":409},[245],[411],{"type":65,"value":412},"Base Bet",{"type":59,"tag":167,"props":414,"children":416},{"className":415},[245,65],[417],{"type":59,"tag":167,"props":418,"children":420},{"className":419},[245],[421],{"type":65,"value":422}," (after win)",{"type":59,"tag":160,"props":424,"children":426},{"id":425},"step-by-step-example",[427],{"type":65,"value":428},"Step-by-Step Example",{"type":59,"tag":68,"props":430,"children":431},{},[432],{"type":65,"value":433},"Starting with $10 base bet:",{"type":59,"tag":435,"props":436,"children":437},"table",{},[438,471],{"type":59,"tag":439,"props":440,"children":441},"thead",{},[442],{"type":59,"tag":46,"props":443,"children":444},{},[445,451,456,461,466],{"type":59,"tag":446,"props":447,"children":448},"th",{},[449],{"type":65,"value":450},"Round",{"type":59,"tag":446,"props":452,"children":453},{},[454],{"type":65,"value":455},"Bet",{"type":59,"tag":446,"props":457,"children":458},{},[459],{"type":65,"value":460},"Result",{"type":59,"tag":446,"props":462,"children":463},{},[464],{"type":65,"value":465},"Running P\u002FL",{"type":59,"tag":446,"props":467,"children":468},{},[469],{"type":65,"value":470},"Total Risked",{"type":59,"tag":472,"props":473,"children":474},"tbody",{},[475,503,529,556,583],{"type":59,"tag":46,"props":476,"children":477},{},[478,484,489,494,499],{"type":59,"tag":479,"props":480,"children":481},"td",{},[482],{"type":65,"value":483},"1",{"type":59,"tag":479,"props":485,"children":486},{},[487],{"type":65,"value":488},"$10",{"type":59,"tag":479,"props":490,"children":491},{},[492],{"type":65,"value":493},"Lose",{"type":59,"tag":479,"props":495,"children":496},{},[497],{"type":65,"value":498},"-$10",{"type":59,"tag":479,"props":500,"children":501},{},[502],{"type":65,"value":488},{"type":59,"tag":46,"props":504,"children":505},{},[506,510,515,519,524],{"type":59,"tag":479,"props":507,"children":508},{},[509],{"type":65,"value":207},{"type":59,"tag":479,"props":511,"children":512},{},[513],{"type":65,"value":514},"$20",{"type":59,"tag":479,"props":516,"children":517},{},[518],{"type":65,"value":493},{"type":59,"tag":479,"props":520,"children":521},{},[522],{"type":65,"value":523},"-$30",{"type":59,"tag":479,"props":525,"children":526},{},[527],{"type":65,"value":528},"$30",{"type":59,"tag":46,"props":530,"children":531},{},[532,537,542,546,551],{"type":59,"tag":479,"props":533,"children":534},{},[535],{"type":65,"value":536},"3",{"type":59,"tag":479,"props":538,"children":539},{},[540],{"type":65,"value":541},"$40",{"type":59,"tag":479,"props":543,"children":544},{},[545],{"type":65,"value":493},{"type":59,"tag":479,"props":547,"children":548},{},[549],{"type":65,"value":550},"-$70",{"type":59,"tag":479,"props":552,"children":553},{},[554],{"type":65,"value":555},"$70",{"type":59,"tag":46,"props":557,"children":558},{},[559,564,569,573,578],{"type":59,"tag":479,"props":560,"children":561},{},[562],{"type":65,"value":563},"4",{"type":59,"tag":479,"props":565,"children":566},{},[567],{"type":65,"value":568},"$80",{"type":59,"tag":479,"props":570,"children":571},{},[572],{"type":65,"value":493},{"type":59,"tag":479,"props":574,"children":575},{},[576],{"type":65,"value":577},"-$150",{"type":59,"tag":479,"props":579,"children":580},{},[581],{"type":65,"value":582},"$150",{"type":59,"tag":46,"props":584,"children":585},{},[586,591,596,604,612],{"type":59,"tag":479,"props":587,"children":588},{},[589],{"type":65,"value":590},"5",{"type":59,"tag":479,"props":592,"children":593},{},[594],{"type":65,"value":595},"$160",{"type":59,"tag":479,"props":597,"children":598},{},[599],{"type":59,"tag":72,"props":600,"children":601},{},[602],{"type":65,"value":603},"Win",{"type":59,"tag":479,"props":605,"children":606},{},[607],{"type":59,"tag":72,"props":608,"children":609},{},[610],{"type":65,"value":611},"+$10",{"type":59,"tag":479,"props":613,"children":614},{},[615],{"type":65,"value":616},"$310",{"type":59,"tag":68,"props":618,"children":619},{},[620,625,627,753],{"type":59,"tag":72,"props":621,"children":622},{},[623],{"type":65,"value":624},"Result:",{"type":65,"value":626}," You risked ",{"type":59,"tag":167,"props":628,"children":630},{"className":629},[170],[631,692],{"type":59,"tag":167,"props":632,"children":634},{"className":633},[175],[635],{"type":59,"tag":178,"props":636,"children":637},{"xmlns":180},[638],{"type":59,"tag":183,"props":639,"children":640},{},[641,687],{"type":59,"tag":187,"props":642,"children":643},{},[644,649,655,660,664,669,673,678,683],{"type":59,"tag":203,"props":645,"children":646},{},[647],{"type":65,"value":648},"310",{"type":59,"tag":650,"props":651,"children":652},"mi",{},[653],{"type":65,"value":654},"t",{"type":59,"tag":650,"props":656,"children":657},{},[658],{"type":65,"value":659},"o",{"type":59,"tag":650,"props":661,"children":662},{},[663],{"type":65,"value":68},{"type":59,"tag":650,"props":665,"children":666},{},[667],{"type":65,"value":668},"r",{"type":59,"tag":650,"props":670,"children":671},{},[672],{"type":65,"value":659},{"type":59,"tag":650,"props":674,"children":675},{},[676],{"type":65,"value":677},"f",{"type":59,"tag":650,"props":679,"children":680},{},[681],{"type":65,"value":682},"i",{"type":59,"tag":650,"props":684,"children":685},{},[686],{"type":65,"value":654},{"type":59,"tag":219,"props":688,"children":689},{"encoding":221},[690],{"type":65,"value":691},"310 to profit ",{"type":59,"tag":167,"props":693,"children":695},{"className":694,"ariaHidden":229},[228],[696],{"type":59,"tag":167,"props":697,"children":699},{"className":698},[234],[700,705,710,716,721,726,732,737,743,748],{"type":59,"tag":167,"props":701,"children":704},{"className":702,"style":703},[239],"height:0.8889em;vertical-align:-0.1944em;",[],{"type":59,"tag":167,"props":706,"children":708},{"className":707},[245],[709],{"type":65,"value":648},{"type":59,"tag":167,"props":711,"children":714},{"className":712},[245,713],"mathnormal",[715],{"type":65,"value":654},{"type":59,"tag":167,"props":717,"children":719},{"className":718},[245,713],[720],{"type":65,"value":659},{"type":59,"tag":167,"props":722,"children":724},{"className":723},[245,713],[725],{"type":65,"value":68},{"type":59,"tag":167,"props":727,"children":730},{"className":728,"style":729},[245,713],"margin-right:0.0278em;",[731],{"type":65,"value":668},{"type":59,"tag":167,"props":733,"children":735},{"className":734},[245,713],[736],{"type":65,"value":659},{"type":59,"tag":167,"props":738,"children":741},{"className":739,"style":740},[245,713],"margin-right:0.1076em;",[742],{"type":65,"value":677},{"type":59,"tag":167,"props":744,"children":746},{"className":745},[245,713],[747],{"type":65,"value":682},{"type":59,"tag":167,"props":749,"children":751},{"className":750},[245,713],[752],{"type":65,"value":654},{"type":65,"value":754},"10.",{"type":59,"tag":160,"props":756,"children":758},{"id":757},"why-it-seems-to-work",[759],{"type":65,"value":760},"Why It \"Seems\" to Work",{"type":59,"tag":68,"props":762,"children":763},{},[764],{"type":65,"value":765},"After a win, you've recovered all losses plus 1 unit profit:",{"type":59,"tag":167,"props":767,"children":769},{"className":768},[170],[770,836],{"type":59,"tag":167,"props":771,"children":773},{"className":772},[175],[774],{"type":59,"tag":178,"props":775,"children":776},{"xmlns":180},[777],{"type":59,"tag":183,"props":778,"children":779},{},[780,831],{"type":59,"tag":187,"props":781,"children":782},{},[783,788,792,797,802,807,813,818,823,827],{"type":59,"tag":191,"props":784,"children":785},{},[786],{"type":65,"value":787},"Profit",{"type":59,"tag":197,"props":789,"children":790},{},[791],{"type":65,"value":201},{"type":59,"tag":191,"props":793,"children":794},{},[795],{"type":65,"value":796},"Winning Bet",{"type":59,"tag":197,"props":798,"children":799},{},[800],{"type":65,"value":801},"−",{"type":59,"tag":197,"props":803,"children":804},{},[805],{"type":65,"value":806},"∑",{"type":59,"tag":197,"props":808,"children":810},{"stretchy":809},"false",[811],{"type":65,"value":812},"(",{"type":59,"tag":191,"props":814,"children":815},{},[816],{"type":65,"value":817},"Previous Losses",{"type":59,"tag":197,"props":819,"children":820},{"stretchy":809},[821],{"type":65,"value":822},")",{"type":59,"tag":197,"props":824,"children":825},{},[826],{"type":65,"value":201},{"type":59,"tag":191,"props":828,"children":829},{},[830],{"type":65,"value":412},{"type":59,"tag":219,"props":832,"children":833},{"encoding":221},[834],{"type":65,"value":835},"\\text{Profit} = \\text{Winning Bet} - \\sum(\\text{Previous Losses}) = \\text{Base Bet}\n",{"type":59,"tag":167,"props":837,"children":839},{"className":838,"ariaHidden":229},[228],[840,871,902,953],{"type":59,"tag":167,"props":841,"children":843},{"className":842},[234],[844,849,858,862,867],{"type":59,"tag":167,"props":845,"children":848},{"className":846,"style":847},[239],"height:0.6944em;",[],{"type":59,"tag":167,"props":850,"children":852},{"className":851},[245,65],[853],{"type":59,"tag":167,"props":854,"children":856},{"className":855},[245],[857],{"type":65,"value":787},{"type":59,"tag":167,"props":859,"children":861},{"className":860,"style":256},[255],[],{"type":59,"tag":167,"props":863,"children":865},{"className":864},[261],[866],{"type":65,"value":201},{"type":59,"tag":167,"props":868,"children":870},{"className":869,"style":256},[255],[],{"type":59,"tag":167,"props":872,"children":874},{"className":873},[234],[875,880,889,893,898],{"type":59,"tag":167,"props":876,"children":879},{"className":877,"style":878},[239],"height:0.8778em;vertical-align:-0.1944em;",[],{"type":59,"tag":167,"props":881,"children":883},{"className":882},[245,65],[884],{"type":59,"tag":167,"props":885,"children":887},{"className":886},[245],[888],{"type":65,"value":796},{"type":59,"tag":167,"props":890,"children":892},{"className":891,"style":285},[255],[],{"type":59,"tag":167,"props":894,"children":896},{"className":895},[290],[897],{"type":65,"value":801},{"type":59,"tag":167,"props":899,"children":901},{"className":900,"style":285},[255],[],{"type":59,"tag":167,"props":903,"children":905},{"className":904},[234],[906,910,919,925,934,940,944,949],{"type":59,"tag":167,"props":907,"children":909},{"className":908,"style":304},[239],[],{"type":59,"tag":167,"props":911,"children":917},{"className":912,"style":916},[913,914,915],"mop","op-symbol","small-op","position:relative;top:0em;",[918],{"type":65,"value":806},{"type":59,"tag":167,"props":920,"children":923},{"className":921},[922],"mopen",[924],{"type":65,"value":812},{"type":59,"tag":167,"props":926,"children":928},{"className":927},[245,65],[929],{"type":59,"tag":167,"props":930,"children":932},{"className":931},[245],[933],{"type":65,"value":817},{"type":59,"tag":167,"props":935,"children":938},{"className":936},[937],"mclose",[939],{"type":65,"value":822},{"type":59,"tag":167,"props":941,"children":943},{"className":942,"style":256},[255],[],{"type":59,"tag":167,"props":945,"children":947},{"className":946},[261],[948],{"type":65,"value":201},{"type":59,"tag":167,"props":950,"children":952},{"className":951,"style":256},[255],[],{"type":59,"tag":167,"props":954,"children":956},{"className":955},[234],[957,961],{"type":59,"tag":167,"props":958,"children":960},{"className":959,"style":240},[239],[],{"type":59,"tag":167,"props":962,"children":964},{"className":963},[245,65],[965],{"type":59,"tag":167,"props":966,"children":968},{"className":967},[245],[969],{"type":65,"value":412},{"type":59,"tag":435,"props":971,"children":972},{},[973,994],{"type":59,"tag":439,"props":974,"children":975},{},[976],{"type":59,"tag":46,"props":977,"children":978},{},[979,984,989],{"type":59,"tag":446,"props":980,"children":981},{},[982],{"type":65,"value":983},"Losses Before Win",{"type":59,"tag":446,"props":985,"children":986},{},[987],{"type":65,"value":988},"Total Recovery",{"type":59,"tag":446,"props":990,"children":991},{},[992],{"type":65,"value":993},"Net Profit",{"type":59,"tag":472,"props":995,"children":996},{},[997,1013,1083,1151],{"type":59,"tag":46,"props":998,"children":999},{},[1000,1005,1009],{"type":59,"tag":479,"props":1001,"children":1002},{},[1003],{"type":65,"value":1004},"0",{"type":59,"tag":479,"props":1006,"children":1007},{},[1008],{"type":65,"value":488},{"type":59,"tag":479,"props":1010,"children":1011},{},[1012],{"type":65,"value":488},{"type":59,"tag":46,"props":1014,"children":1015},{},[1016,1020,1079],{"type":59,"tag":479,"props":1017,"children":1018},{},[1019],{"type":65,"value":536},{"type":59,"tag":479,"props":1021,"children":1022},{},[1023,1077],{"type":59,"tag":167,"props":1024,"children":1026},{"className":1025},[170],[1027,1055],{"type":59,"tag":167,"props":1028,"children":1030},{"className":1029},[175],[1031],{"type":59,"tag":178,"props":1032,"children":1033},{"xmlns":180},[1034],{"type":59,"tag":183,"props":1035,"children":1036},{},[1037,1050],{"type":59,"tag":187,"props":1038,"children":1039},{},[1040,1045],{"type":59,"tag":203,"props":1041,"children":1042},{},[1043],{"type":65,"value":1044},"70",{"type":59,"tag":197,"props":1046,"children":1047},{},[1048],{"type":65,"value":1049},"+",{"type":59,"tag":219,"props":1051,"children":1052},{"encoding":221},[1053],{"type":65,"value":1054},"70 + ",{"type":59,"tag":167,"props":1056,"children":1058},{"className":1057,"ariaHidden":229},[228],[1059],{"type":59,"tag":167,"props":1060,"children":1062},{"className":1061},[234],[1063,1067,1072],{"type":59,"tag":167,"props":1064,"children":1066},{"className":1065,"style":275},[239],[],{"type":59,"tag":167,"props":1068,"children":1070},{"className":1069},[245],[1071],{"type":65,"value":1044},{"type":59,"tag":167,"props":1073,"children":1075},{"className":1074},[245],[1076],{"type":65,"value":1049},{"type":65,"value":1078},"80",{"type":59,"tag":479,"props":1080,"children":1081},{},[1082],{"type":65,"value":488},{"type":59,"tag":46,"props":1084,"children":1085},{},[1086,1090,1147],{"type":59,"tag":479,"props":1087,"children":1088},{},[1089],{"type":65,"value":590},{"type":59,"tag":479,"props":1091,"children":1092},{},[1093,1145],{"type":59,"tag":167,"props":1094,"children":1096},{"className":1095},[170],[1097,1123],{"type":59,"tag":167,"props":1098,"children":1100},{"className":1099},[175],[1101],{"type":59,"tag":178,"props":1102,"children":1103},{"xmlns":180},[1104],{"type":59,"tag":183,"props":1105,"children":1106},{},[1107,1118],{"type":59,"tag":187,"props":1108,"children":1109},{},[1110,1114],{"type":59,"tag":203,"props":1111,"children":1112},{},[1113],{"type":65,"value":648},{"type":59,"tag":197,"props":1115,"children":1116},{},[1117],{"type":65,"value":1049},{"type":59,"tag":219,"props":1119,"children":1120},{"encoding":221},[1121],{"type":65,"value":1122},"310 + ",{"type":59,"tag":167,"props":1124,"children":1126},{"className":1125,"ariaHidden":229},[228],[1127],{"type":59,"tag":167,"props":1128,"children":1130},{"className":1129},[234],[1131,1135,1140],{"type":59,"tag":167,"props":1132,"children":1134},{"className":1133,"style":275},[239],[],{"type":59,"tag":167,"props":1136,"children":1138},{"className":1137},[245],[1139],{"type":65,"value":648},{"type":59,"tag":167,"props":1141,"children":1143},{"className":1142},[245],[1144],{"type":65,"value":1049},{"type":65,"value":1146},"320",{"type":59,"tag":479,"props":1148,"children":1149},{},[1150],{"type":65,"value":488},{"type":59,"tag":46,"props":1152,"children":1153},{},[1154,1159,1243],{"type":59,"tag":479,"props":1155,"children":1156},{},[1157],{"type":65,"value":1158},"7",{"type":59,"tag":479,"props":1160,"children":1161},{},[1162,1241],{"type":59,"tag":167,"props":1163,"children":1165},{"className":1164},[170],[1166,1202],{"type":59,"tag":167,"props":1167,"children":1169},{"className":1168},[175],[1170],{"type":59,"tag":178,"props":1171,"children":1172},{"xmlns":180},[1173],{"type":59,"tag":183,"props":1174,"children":1175},{},[1176,1197],{"type":59,"tag":187,"props":1177,"children":1178},{},[1179,1183,1188,1193],{"type":59,"tag":203,"props":1180,"children":1181},{},[1182],{"type":65,"value":483},{"type":59,"tag":197,"props":1184,"children":1185},{"separator":229},[1186],{"type":65,"value":1187},",",{"type":59,"tag":203,"props":1189,"children":1190},{},[1191],{"type":65,"value":1192},"270",{"type":59,"tag":197,"props":1194,"children":1195},{},[1196],{"type":65,"value":1049},{"type":59,"tag":219,"props":1198,"children":1199},{"encoding":221},[1200],{"type":65,"value":1201},"1,270 + ",{"type":59,"tag":167,"props":1203,"children":1205},{"className":1204,"ariaHidden":229},[228],[1206],{"type":59,"tag":167,"props":1207,"children":1209},{"className":1208},[234],[1210,1215,1220,1226,1231,1236],{"type":59,"tag":167,"props":1211,"children":1214},{"className":1212,"style":1213},[239],"height:0.8389em;vertical-align:-0.1944em;",[],{"type":59,"tag":167,"props":1216,"children":1218},{"className":1217},[245],[1219],{"type":65,"value":483},{"type":59,"tag":167,"props":1221,"children":1224},{"className":1222},[1223],"mpunct",[1225],{"type":65,"value":1187},{"type":59,"tag":167,"props":1227,"children":1230},{"className":1228,"style":1229},[255],"margin-right:0.1667em;",[],{"type":59,"tag":167,"props":1232,"children":1234},{"className":1233},[245],[1235],{"type":65,"value":1192},{"type":59,"tag":167,"props":1237,"children":1239},{"className":1238},[245],[1240],{"type":65,"value":1049},{"type":65,"value":1242},"1,280",{"type":59,"tag":479,"props":1244,"children":1245},{},[1246],{"type":65,"value":488},{"type":59,"tag":68,"props":1248,"children":1249},{},[1250],{"type":65,"value":1251},"Same profit regardless of losing streak length—this is the seduction.",{"type":59,"tag":60,"props":1253,"children":1255},{"id":1254},"the-mathematics-math",[1256],{"type":65,"value":1257},"The Mathematics {#math}",{"type":59,"tag":160,"props":1259,"children":1261},{"id":1260},"exponential-growth-of-bets",[1262],{"type":65,"value":1263},"Exponential Growth of Bets",{"type":59,"tag":167,"props":1265,"children":1267},{"className":1266},[170],[1268,1316],{"type":59,"tag":167,"props":1269,"children":1271},{"className":1270},[175],[1272],{"type":59,"tag":178,"props":1273,"children":1274},{"xmlns":180},[1275],{"type":59,"tag":183,"props":1276,"children":1277},{},[1278,1311],{"type":59,"tag":187,"props":1279,"children":1280},{},[1281,1286,1290,1294,1298],{"type":59,"tag":191,"props":1282,"children":1283},{},[1284],{"type":65,"value":1285},"Required Bet after N losses",{"type":59,"tag":197,"props":1287,"children":1288},{},[1289],{"type":65,"value":201},{"type":59,"tag":191,"props":1291,"children":1292},{},[1293],{"type":65,"value":412},{"type":59,"tag":197,"props":1295,"children":1296},{},[1297],{"type":65,"value":212},{"type":59,"tag":1299,"props":1300,"children":1301},"msup",{},[1302,1306],{"type":59,"tag":203,"props":1303,"children":1304},{},[1305],{"type":65,"value":207},{"type":59,"tag":650,"props":1307,"children":1308},{},[1309],{"type":65,"value":1310},"N",{"type":59,"tag":219,"props":1312,"children":1313},{"encoding":221},[1314],{"type":65,"value":1315},"\\text{Required Bet after N losses} = \\text{Base Bet} \\times 2^N\n",{"type":59,"tag":167,"props":1317,"children":1319},{"className":1318,"ariaHidden":229},[228],[1320,1350,1381],{"type":59,"tag":167,"props":1321,"children":1323},{"className":1322},[234],[1324,1328,1337,1341,1346],{"type":59,"tag":167,"props":1325,"children":1327},{"className":1326,"style":703},[239],[],{"type":59,"tag":167,"props":1329,"children":1331},{"className":1330},[245,65],[1332],{"type":59,"tag":167,"props":1333,"children":1335},{"className":1334},[245],[1336],{"type":65,"value":1285},{"type":59,"tag":167,"props":1338,"children":1340},{"className":1339,"style":256},[255],[],{"type":59,"tag":167,"props":1342,"children":1344},{"className":1343},[261],[1345],{"type":65,"value":201},{"type":59,"tag":167,"props":1347,"children":1349},{"className":1348,"style":256},[255],[],{"type":59,"tag":167,"props":1351,"children":1353},{"className":1352},[234],[1354,1359,1368,1372,1377],{"type":59,"tag":167,"props":1355,"children":1358},{"className":1356,"style":1357},[239],"height:0.7667em;vertical-align:-0.0833em;",[],{"type":59,"tag":167,"props":1360,"children":1362},{"className":1361},[245,65],[1363],{"type":59,"tag":167,"props":1364,"children":1366},{"className":1365},[245],[1367],{"type":65,"value":412},{"type":59,"tag":167,"props":1369,"children":1371},{"className":1370,"style":285},[255],[],{"type":59,"tag":167,"props":1373,"children":1375},{"className":1374},[290],[1376],{"type":65,"value":212},{"type":59,"tag":167,"props":1378,"children":1380},{"className":1379,"style":285},[255],[],{"type":59,"tag":167,"props":1382,"children":1384},{"className":1383},[234],[1385,1390],{"type":59,"tag":167,"props":1386,"children":1389},{"className":1387,"style":1388},[239],"height:0.8413em;",[],{"type":59,"tag":167,"props":1391,"children":1393},{"className":1392},[245],[1394,1399],{"type":59,"tag":167,"props":1395,"children":1397},{"className":1396},[245],[1398],{"type":65,"value":207},{"type":59,"tag":167,"props":1400,"children":1403},{"className":1401},[1402],"msupsub",[1404],{"type":59,"tag":167,"props":1405,"children":1408},{"className":1406},[1407],"vlist-t",[1409],{"type":59,"tag":167,"props":1410,"children":1413},{"className":1411},[1412],"vlist-r",[1414],{"type":59,"tag":167,"props":1415,"children":1418},{"className":1416,"style":1388},[1417],"vlist",[1419],{"type":59,"tag":167,"props":1420,"children":1422},{"style":1421},"top:-3.063em;margin-right:0.05em;",[1423,1429],{"type":59,"tag":167,"props":1424,"children":1428},{"className":1425,"style":1427},[1426],"pstrut","height:2.7em;",[],{"type":59,"tag":167,"props":1430,"children":1436},{"className":1431},[1432,1433,1434,1435],"sizing","reset-size6","size3","mtight",[1437],{"type":59,"tag":167,"props":1438,"children":1441},{"className":1439,"style":1440},[245,713,1435],"margin-right:0.109em;",[1442],{"type":65,"value":1310},{"type":59,"tag":435,"props":1444,"children":1445},{},[1446,1467],{"type":59,"tag":439,"props":1447,"children":1448},{},[1449],{"type":59,"tag":46,"props":1450,"children":1451},{},[1452,1457,1462],{"type":59,"tag":446,"props":1453,"children":1454},{},[1455],{"type":65,"value":1456},"Losses",{"type":59,"tag":446,"props":1458,"children":1459},{},[1460],{"type":65,"value":1461},"Bet Required",{"type":59,"tag":446,"props":1463,"children":1464},{},[1465],{"type":65,"value":1466},"Cumulative Risk",{"type":59,"tag":472,"props":1468,"children":1469},{},[1470,1486,1503,1520,1537,1555],{"type":59,"tag":46,"props":1471,"children":1472},{},[1473,1477,1482],{"type":59,"tag":479,"props":1474,"children":1475},{},[1476],{"type":65,"value":483},{"type":59,"tag":479,"props":1478,"children":1479},{},[1480],{"type":65,"value":1481},"2 units",{"type":59,"tag":479,"props":1483,"children":1484},{},[1485],{"type":65,"value":1481},{"type":59,"tag":46,"props":1487,"children":1488},{},[1489,1493,1498],{"type":59,"tag":479,"props":1490,"children":1491},{},[1492],{"type":65,"value":536},{"type":59,"tag":479,"props":1494,"children":1495},{},[1496],{"type":65,"value":1497},"8 units",{"type":59,"tag":479,"props":1499,"children":1500},{},[1501],{"type":65,"value":1502},"14 units",{"type":59,"tag":46,"props":1504,"children":1505},{},[1506,1510,1515],{"type":59,"tag":479,"props":1507,"children":1508},{},[1509],{"type":65,"value":590},{"type":59,"tag":479,"props":1511,"children":1512},{},[1513],{"type":65,"value":1514},"32 units",{"type":59,"tag":479,"props":1516,"children":1517},{},[1518],{"type":65,"value":1519},"62 units",{"type":59,"tag":46,"props":1521,"children":1522},{},[1523,1527,1532],{"type":59,"tag":479,"props":1524,"children":1525},{},[1526],{"type":65,"value":1158},{"type":59,"tag":479,"props":1528,"children":1529},{},[1530],{"type":65,"value":1531},"128 units",{"type":59,"tag":479,"props":1533,"children":1534},{},[1535],{"type":65,"value":1536},"254 units",{"type":59,"tag":46,"props":1538,"children":1539},{},[1540,1545,1550],{"type":59,"tag":479,"props":1541,"children":1542},{},[1543],{"type":65,"value":1544},"10",{"type":59,"tag":479,"props":1546,"children":1547},{},[1548],{"type":65,"value":1549},"1,024 units",{"type":59,"tag":479,"props":1551,"children":1552},{},[1553],{"type":65,"value":1554},"2,046 units",{"type":59,"tag":46,"props":1556,"children":1557},{},[1558,1563,1568],{"type":59,"tag":479,"props":1559,"children":1560},{},[1561],{"type":65,"value":1562},"15",{"type":59,"tag":479,"props":1564,"children":1565},{},[1566],{"type":65,"value":1567},"32,768 units",{"type":59,"tag":479,"props":1569,"children":1570},{},[1571],{"type":65,"value":1572},"65,534 units",{"type":59,"tag":68,"props":1574,"children":1575},{},[1576,1578,1730],{"type":65,"value":1577},"A ",{"type":59,"tag":167,"props":1579,"children":1581},{"className":1580},[170],[1582,1665],{"type":59,"tag":167,"props":1583,"children":1585},{"className":1584},[175],[1586],{"type":59,"tag":178,"props":1587,"children":1588},{"xmlns":180},[1589],{"type":59,"tag":183,"props":1590,"children":1591},{},[1592,1660],{"type":59,"tag":187,"props":1593,"children":1594},{},[1595,1599,1604,1608,1613,1618,1622,1626,1630,1634,1638,1643,1647,1652,1656],{"type":59,"tag":203,"props":1596,"children":1597},{},[1598],{"type":65,"value":1544},{"type":59,"tag":650,"props":1600,"children":1601},{},[1602],{"type":65,"value":1603},"b",{"type":59,"tag":650,"props":1605,"children":1606},{},[1607],{"type":65,"value":93},{"type":59,"tag":650,"props":1609,"children":1610},{},[1611],{"type":65,"value":1612},"s",{"type":59,"tag":650,"props":1614,"children":1615},{},[1616],{"type":65,"value":1617},"e",{"type":59,"tag":650,"props":1619,"children":1620},{},[1621],{"type":65,"value":1603},{"type":59,"tag":650,"props":1623,"children":1624},{},[1625],{"type":65,"value":1617},{"type":59,"tag":650,"props":1627,"children":1628},{},[1629],{"type":65,"value":654},{"type":59,"tag":650,"props":1631,"children":1632},{},[1633],{"type":65,"value":1603},{"type":59,"tag":650,"props":1635,"children":1636},{},[1637],{"type":65,"value":1617},{"type":59,"tag":650,"props":1639,"children":1640},{},[1641],{"type":65,"value":1642},"c",{"type":59,"tag":650,"props":1644,"children":1645},{},[1646],{"type":65,"value":659},{"type":59,"tag":650,"props":1648,"children":1649},{},[1650],{"type":65,"value":1651},"m",{"type":59,"tag":650,"props":1653,"children":1654},{},[1655],{"type":65,"value":1617},{"type":59,"tag":650,"props":1657,"children":1658},{},[1659],{"type":65,"value":1612},{"type":59,"tag":219,"props":1661,"children":1662},{"encoding":221},[1663],{"type":65,"value":1664},"10 base bet becomes ",{"type":59,"tag":167,"props":1666,"children":1668},{"className":1667,"ariaHidden":229},[228],[1669],{"type":59,"tag":167,"props":1670,"children":1672},{"className":1671},[234],[1673,1677,1682,1688,1694,1699,1704,1709,1714,1720,1725],{"type":59,"tag":167,"props":1674,"children":1676},{"className":1675,"style":847},[239],[],{"type":59,"tag":167,"props":1678,"children":1680},{"className":1679},[245],[1681],{"type":65,"value":1544},{"type":59,"tag":167,"props":1683,"children":1685},{"className":1684},[245,713],[1686],{"type":65,"value":1687},"ba",{"type":59,"tag":167,"props":1689,"children":1691},{"className":1690},[245,713],[1692],{"type":65,"value":1693},"se",{"type":59,"tag":167,"props":1695,"children":1697},{"className":1696},[245,713],[1698],{"type":65,"value":1603},{"type":59,"tag":167,"props":1700,"children":1702},{"className":1701},[245,713],[1703],{"type":65,"value":1617},{"type":59,"tag":167,"props":1705,"children":1707},{"className":1706},[245,713],[1708],{"type":65,"value":654},{"type":59,"tag":167,"props":1710,"children":1712},{"className":1711},[245,713],[1713],{"type":65,"value":1603},{"type":59,"tag":167,"props":1715,"children":1717},{"className":1716},[245,713],[1718],{"type":65,"value":1719},"eco",{"type":59,"tag":167,"props":1721,"children":1723},{"className":1722},[245,713],[1724],{"type":65,"value":1651},{"type":59,"tag":167,"props":1726,"children":1728},{"className":1727},[245,713],[1729],{"type":65,"value":45},{"type":65,"value":1731},"327,680 after 15 losses.",{"type":59,"tag":160,"props":1733,"children":1735},{"id":1734},"probability-of-losing-streaks",[1736],{"type":65,"value":1737},"Probability of Losing Streaks",{"type":59,"tag":167,"props":1739,"children":1741},{"className":1740},[170],[1742,1830],{"type":59,"tag":167,"props":1743,"children":1745},{"className":1744},[175],[1746],{"type":59,"tag":178,"props":1747,"children":1748},{"xmlns":180},[1749],{"type":59,"tag":183,"props":1750,"children":1751},{},[1752,1825],{"type":59,"tag":187,"props":1753,"children":1754},{},[1755,1760,1764,1769,1773,1777,1781,1785,1789,1814],{"type":59,"tag":650,"props":1756,"children":1757},{},[1758],{"type":65,"value":1759},"P",{"type":59,"tag":197,"props":1761,"children":1762},{"stretchy":809},[1763],{"type":65,"value":812},{"type":59,"tag":191,"props":1765,"children":1766},{},[1767],{"type":65,"value":1768},"N consecutive losses",{"type":59,"tag":197,"props":1770,"children":1771},{"stretchy":809},[1772],{"type":65,"value":822},{"type":59,"tag":197,"props":1774,"children":1775},{},[1776],{"type":65,"value":201},{"type":59,"tag":197,"props":1778,"children":1779},{"stretchy":809},[1780],{"type":65,"value":812},{"type":59,"tag":203,"props":1782,"children":1783},{},[1784],{"type":65,"value":483},{"type":59,"tag":197,"props":1786,"children":1787},{},[1788],{"type":65,"value":801},{"type":59,"tag":1790,"props":1791,"children":1792},"msub",{},[1793,1797],{"type":59,"tag":650,"props":1794,"children":1795},{},[1796],{"type":65,"value":1759},{"type":59,"tag":187,"props":1798,"children":1799},{},[1800,1805,1809],{"type":59,"tag":650,"props":1801,"children":1802},{},[1803],{"type":65,"value":1804},"w",{"type":59,"tag":650,"props":1806,"children":1807},{},[1808],{"type":65,"value":682},{"type":59,"tag":650,"props":1810,"children":1811},{},[1812],{"type":65,"value":1813},"n",{"type":59,"tag":1299,"props":1815,"children":1816},{},[1817,1821],{"type":59,"tag":197,"props":1818,"children":1819},{"stretchy":809},[1820],{"type":65,"value":822},{"type":59,"tag":650,"props":1822,"children":1823},{},[1824],{"type":65,"value":1310},{"type":59,"tag":219,"props":1826,"children":1827},{"encoding":221},[1828],{"type":65,"value":1829},"P(\\text{N consecutive losses}) = (1 - P_{win})^N\n",{"type":59,"tag":167,"props":1831,"children":1833},{"className":1832,"ariaHidden":229},[228],[1834,1880,1911],{"type":59,"tag":167,"props":1835,"children":1837},{"className":1836},[234],[1838,1842,1848,1853,1862,1867,1871,1876],{"type":59,"tag":167,"props":1839,"children":1841},{"className":1840,"style":304},[239],[],{"type":59,"tag":167,"props":1843,"children":1846},{"className":1844,"style":1845},[245,713],"margin-right:0.1389em;",[1847],{"type":65,"value":1759},{"type":59,"tag":167,"props":1849,"children":1851},{"className":1850},[922],[1852],{"type":65,"value":812},{"type":59,"tag":167,"props":1854,"children":1856},{"className":1855},[245,65],[1857],{"type":59,"tag":167,"props":1858,"children":1860},{"className":1859},[245],[1861],{"type":65,"value":1768},{"type":59,"tag":167,"props":1863,"children":1865},{"className":1864},[937],[1866],{"type":65,"value":822},{"type":59,"tag":167,"props":1868,"children":1870},{"className":1869,"style":256},[255],[],{"type":59,"tag":167,"props":1872,"children":1874},{"className":1873},[261],[1875],{"type":65,"value":201},{"type":59,"tag":167,"props":1877,"children":1879},{"className":1878,"style":256},[255],[],{"type":59,"tag":167,"props":1881,"children":1883},{"className":1882},[234],[1884,1888,1893,1898,1902,1907],{"type":59,"tag":167,"props":1885,"children":1887},{"className":1886,"style":304},[239],[],{"type":59,"tag":167,"props":1889,"children":1891},{"className":1890},[922],[1892],{"type":65,"value":812},{"type":59,"tag":167,"props":1894,"children":1896},{"className":1895},[245],[1897],{"type":65,"value":483},{"type":59,"tag":167,"props":1899,"children":1901},{"className":1900,"style":285},[255],[],{"type":59,"tag":167,"props":1903,"children":1905},{"className":1904},[290],[1906],{"type":65,"value":801},{"type":59,"tag":167,"props":1908,"children":1910},{"className":1909,"style":285},[255],[],{"type":59,"tag":167,"props":1912,"children":1914},{"className":1913},[234],[1915,1920,1994],{"type":59,"tag":167,"props":1916,"children":1919},{"className":1917,"style":1918},[239],"height:1.0913em;vertical-align:-0.25em;",[],{"type":59,"tag":167,"props":1921,"children":1923},{"className":1922},[245],[1924,1929],{"type":59,"tag":167,"props":1925,"children":1927},{"className":1926,"style":1845},[245,713],[1928],{"type":65,"value":1759},{"type":59,"tag":167,"props":1930,"children":1932},{"className":1931},[1402],[1933],{"type":59,"tag":167,"props":1934,"children":1937},{"className":1935},[1407,1936],"vlist-t2",[1938,1982],{"type":59,"tag":167,"props":1939,"children":1941},{"className":1940},[1412],[1942,1975],{"type":59,"tag":167,"props":1943,"children":1946},{"className":1944,"style":1945},[1417],"height:0.3117em;",[1947],{"type":59,"tag":167,"props":1948,"children":1950},{"style":1949},"top:-2.55em;margin-left:-0.1389em;margin-right:0.05em;",[1951,1955],{"type":59,"tag":167,"props":1952,"children":1954},{"className":1953,"style":1427},[1426],[],{"type":59,"tag":167,"props":1956,"children":1958},{"className":1957},[1432,1433,1434,1435],[1959],{"type":59,"tag":167,"props":1960,"children":1962},{"className":1961},[245,1435],[1963,1969],{"type":59,"tag":167,"props":1964,"children":1967},{"className":1965,"style":1966},[245,713,1435],"margin-right:0.0269em;",[1968],{"type":65,"value":1804},{"type":59,"tag":167,"props":1970,"children":1972},{"className":1971},[245,713,1435],[1973],{"type":65,"value":1974},"in",{"type":59,"tag":167,"props":1976,"children":1979},{"className":1977},[1978],"vlist-s",[1980],{"type":65,"value":1981},"​",{"type":59,"tag":167,"props":1983,"children":1985},{"className":1984},[1412],[1986],{"type":59,"tag":167,"props":1987,"children":1990},{"className":1988,"style":1989},[1417],"height:0.15em;",[1991],{"type":59,"tag":167,"props":1992,"children":1993},{},[],{"type":59,"tag":167,"props":1995,"children":1997},{"className":1996},[937],[1998,2003],{"type":59,"tag":167,"props":1999,"children":2001},{"className":2000},[937],[2002],{"type":65,"value":822},{"type":59,"tag":167,"props":2004,"children":2006},{"className":2005},[1402],[2007],{"type":59,"tag":167,"props":2008,"children":2010},{"className":2009},[1407],[2011],{"type":59,"tag":167,"props":2012,"children":2014},{"className":2013},[1412],[2015],{"type":59,"tag":167,"props":2016,"children":2018},{"className":2017,"style":1388},[1417],[2019],{"type":59,"tag":167,"props":2020,"children":2021},{"style":1421},[2022,2026],{"type":59,"tag":167,"props":2023,"children":2025},{"className":2024,"style":1427},[1426],[],{"type":59,"tag":167,"props":2027,"children":2029},{"className":2028},[1432,1433,1434,1435],[2030],{"type":59,"tag":167,"props":2031,"children":2033},{"className":2032,"style":1440},[245,713,1435],[2034],{"type":65,"value":1310},{"type":59,"tag":68,"props":2036,"children":2037},{},[2038],{"type":59,"tag":72,"props":2039,"children":2040},{},[2041],{"type":65,"value":2042},"European Roulette (red\u002Fblack, 48.65% win):",{"type":59,"tag":435,"props":2044,"children":2045},{},[2046,2067],{"type":59,"tag":439,"props":2047,"children":2048},{},[2049],{"type":59,"tag":46,"props":2050,"children":2051},{},[2052,2057,2062],{"type":59,"tag":446,"props":2053,"children":2054},{},[2055],{"type":65,"value":2056},"Streak",{"type":59,"tag":446,"props":2058,"children":2059},{},[2060],{"type":65,"value":2061},"Probability",{"type":59,"tag":446,"props":2063,"children":2064},{},[2065],{"type":65,"value":2066},"1 in X",{"type":59,"tag":472,"props":2068,"children":2069},{},[2070,2087,2104,2121,2139],{"type":59,"tag":46,"props":2071,"children":2072},{},[2073,2077,2082],{"type":59,"tag":479,"props":2074,"children":2075},{},[2076],{"type":65,"value":590},{"type":59,"tag":479,"props":2078,"children":2079},{},[2080],{"type":65,"value":2081},"3.45%",{"type":59,"tag":479,"props":2083,"children":2084},{},[2085],{"type":65,"value":2086},"29",{"type":59,"tag":46,"props":2088,"children":2089},{},[2090,2094,2099],{"type":59,"tag":479,"props":2091,"children":2092},{},[2093],{"type":65,"value":1158},{"type":59,"tag":479,"props":2095,"children":2096},{},[2097],{"type":65,"value":2098},"0.86%",{"type":59,"tag":479,"props":2100,"children":2101},{},[2102],{"type":65,"value":2103},"116",{"type":59,"tag":46,"props":2105,"children":2106},{},[2107,2111,2116],{"type":59,"tag":479,"props":2108,"children":2109},{},[2110],{"type":65,"value":1544},{"type":59,"tag":479,"props":2112,"children":2113},{},[2114],{"type":65,"value":2115},"0.13%",{"type":59,"tag":479,"props":2117,"children":2118},{},[2119],{"type":65,"value":2120},"784",{"type":59,"tag":46,"props":2122,"children":2123},{},[2124,2129,2134],{"type":59,"tag":479,"props":2125,"children":2126},{},[2127],{"type":65,"value":2128},"12",{"type":59,"tag":479,"props":2130,"children":2131},{},[2132],{"type":65,"value":2133},"0.03%",{"type":59,"tag":479,"props":2135,"children":2136},{},[2137],{"type":65,"value":2138},"3,107",{"type":59,"tag":46,"props":2140,"children":2141},{},[2142,2146,2151],{"type":59,"tag":479,"props":2143,"children":2144},{},[2145],{"type":65,"value":1562},{"type":59,"tag":479,"props":2147,"children":2148},{},[2149],{"type":65,"value":2150},"0.004%",{"type":59,"tag":479,"props":2152,"children":2153},{},[2154],{"type":65,"value":2155},"24,380",{"type":59,"tag":160,"props":2157,"children":2159},{"id":2158},"expected-number-of-streaks",[2160],{"type":65,"value":2161},"Expected Number of Streaks",{"type":59,"tag":167,"props":2163,"children":2165},{"className":2164},[170],[2166,2218],{"type":59,"tag":167,"props":2167,"children":2169},{"className":2168},[175],[2170],{"type":59,"tag":178,"props":2171,"children":2172},{"xmlns":180},[2173],{"type":59,"tag":183,"props":2174,"children":2175},{},[2176,2213],{"type":59,"tag":187,"props":2177,"children":2178},{},[2179,2184,2188,2193,2197,2201,2205,2209],{"type":59,"tag":191,"props":2180,"children":2181},{},[2182],{"type":65,"value":2183},"Expected Streaks",{"type":59,"tag":197,"props":2185,"children":2186},{},[2187],{"type":65,"value":201},{"type":59,"tag":191,"props":2189,"children":2190},{},[2191],{"type":65,"value":2192},"Total Bets",{"type":59,"tag":197,"props":2194,"children":2195},{},[2196],{"type":65,"value":212},{"type":59,"tag":650,"props":2198,"children":2199},{},[2200],{"type":65,"value":1759},{"type":59,"tag":197,"props":2202,"children":2203},{"stretchy":809},[2204],{"type":65,"value":812},{"type":59,"tag":191,"props":2206,"children":2207},{},[2208],{"type":65,"value":2056},{"type":59,"tag":197,"props":2210,"children":2211},{"stretchy":809},[2212],{"type":65,"value":822},{"type":59,"tag":219,"props":2214,"children":2215},{"encoding":221},[2216],{"type":65,"value":2217},"\\text{Expected Streaks} = \\text{Total Bets} \\times P(\\text{Streak})\n",{"type":59,"tag":167,"props":2219,"children":2221},{"className":2220,"ariaHidden":229},[228],[2222,2252,2283],{"type":59,"tag":167,"props":2223,"children":2225},{"className":2224},[234],[2226,2230,2239,2243,2248],{"type":59,"tag":167,"props":2227,"children":2229},{"className":2228,"style":703},[239],[],{"type":59,"tag":167,"props":2231,"children":2233},{"className":2232},[245,65],[2234],{"type":59,"tag":167,"props":2235,"children":2237},{"className":2236},[245],[2238],{"type":65,"value":2183},{"type":59,"tag":167,"props":2240,"children":2242},{"className":2241,"style":256},[255],[],{"type":59,"tag":167,"props":2244,"children":2246},{"className":2245},[261],[2247],{"type":65,"value":201},{"type":59,"tag":167,"props":2249,"children":2251},{"className":2250,"style":256},[255],[],{"type":59,"tag":167,"props":2253,"children":2255},{"className":2254},[234],[2256,2261,2270,2274,2279],{"type":59,"tag":167,"props":2257,"children":2260},{"className":2258,"style":2259},[239],"height:0.7778em;vertical-align:-0.0833em;",[],{"type":59,"tag":167,"props":2262,"children":2264},{"className":2263},[245,65],[2265],{"type":59,"tag":167,"props":2266,"children":2268},{"className":2267},[245],[2269],{"type":65,"value":2192},{"type":59,"tag":167,"props":2271,"children":2273},{"className":2272,"style":285},[255],[],{"type":59,"tag":167,"props":2275,"children":2277},{"className":2276},[290],[2278],{"type":65,"value":212},{"type":59,"tag":167,"props":2280,"children":2282},{"className":2281,"style":285},[255],[],{"type":59,"tag":167,"props":2284,"children":2286},{"className":2285},[234],[2287,2291,2296,2301,2310],{"type":59,"tag":167,"props":2288,"children":2290},{"className":2289,"style":304},[239],[],{"type":59,"tag":167,"props":2292,"children":2294},{"className":2293,"style":1845},[245,713],[2295],{"type":65,"value":1759},{"type":59,"tag":167,"props":2297,"children":2299},{"className":2298},[922],[2300],{"type":65,"value":812},{"type":59,"tag":167,"props":2302,"children":2304},{"className":2303},[245,65],[2305],{"type":59,"tag":167,"props":2306,"children":2308},{"className":2307},[245],[2309],{"type":65,"value":2056},{"type":59,"tag":167,"props":2311,"children":2313},{"className":2312},[937],[2314],{"type":65,"value":822},{"type":59,"tag":435,"props":2316,"children":2317},{},[2318,2339],{"type":59,"tag":439,"props":2319,"children":2320},{},[2321],{"type":59,"tag":46,"props":2322,"children":2323},{},[2324,2329,2334],{"type":59,"tag":446,"props":2325,"children":2326},{},[2327],{"type":65,"value":2328},"Bets",{"type":59,"tag":446,"props":2330,"children":2331},{},[2332],{"type":65,"value":2333},"Expected 7+ Streaks",{"type":59,"tag":446,"props":2335,"children":2336},{},[2337],{"type":65,"value":2338},"Expected 10+ Streaks",{"type":59,"tag":472,"props":2340,"children":2341},{},[2342,2360,2378,2396],{"type":59,"tag":46,"props":2343,"children":2344},{},[2345,2350,2355],{"type":59,"tag":479,"props":2346,"children":2347},{},[2348],{"type":65,"value":2349},"100",{"type":59,"tag":479,"props":2351,"children":2352},{},[2353],{"type":65,"value":2354},"0.86",{"type":59,"tag":479,"props":2356,"children":2357},{},[2358],{"type":65,"value":2359},"0.13",{"type":59,"tag":46,"props":2361,"children":2362},{},[2363,2368,2373],{"type":59,"tag":479,"props":2364,"children":2365},{},[2366],{"type":65,"value":2367},"500",{"type":59,"tag":479,"props":2369,"children":2370},{},[2371],{"type":65,"value":2372},"4.3",{"type":59,"tag":479,"props":2374,"children":2375},{},[2376],{"type":65,"value":2377},"0.64",{"type":59,"tag":46,"props":2379,"children":2380},{},[2381,2386,2391],{"type":59,"tag":479,"props":2382,"children":2383},{},[2384],{"type":65,"value":2385},"1,000",{"type":59,"tag":479,"props":2387,"children":2388},{},[2389],{"type":65,"value":2390},"8.6",{"type":59,"tag":479,"props":2392,"children":2393},{},[2394],{"type":65,"value":2395},"1.28",{"type":59,"tag":46,"props":2397,"children":2398},{},[2399,2404,2409],{"type":59,"tag":479,"props":2400,"children":2401},{},[2402],{"type":65,"value":2403},"10,000",{"type":59,"tag":479,"props":2405,"children":2406},{},[2407],{"type":65,"value":2408},"86",{"type":59,"tag":479,"props":2410,"children":2411},{},[2412],{"type":65,"value":2413},"12.8",{"type":59,"tag":68,"props":2415,"children":2416},{},[2417],{"type":65,"value":2418},"After 1,000 bets, you'll likely have experienced a 10+ losing streak.",{"type":59,"tag":160,"props":2420,"children":2422},{"id":2421},"the-fundamental-math-problem",[2423],{"type":65,"value":2424},"The Fundamental Math Problem",{"type":59,"tag":167,"props":2426,"children":2428},{"className":2427},[170],[2429,2483],{"type":59,"tag":167,"props":2430,"children":2432},{"className":2431},[175],[2433],{"type":59,"tag":178,"props":2434,"children":2435},{"xmlns":180},[2436],{"type":59,"tag":183,"props":2437,"children":2438},{},[2439,2478],{"type":59,"tag":187,"props":2440,"children":2441},{},[2442,2447,2451,2456,2460,2464,2469,2473],{"type":59,"tag":191,"props":2443,"children":2444},{},[2445],{"type":65,"value":2446},"EV (Martingale)",{"type":59,"tag":197,"props":2448,"children":2449},{},[2450],{"type":65,"value":201},{"type":59,"tag":191,"props":2452,"children":2453},{},[2454],{"type":65,"value":2455},"EV (Flat Betting)",{"type":59,"tag":197,"props":2457,"children":2458},{},[2459],{"type":65,"value":201},{"type":59,"tag":197,"props":2461,"children":2462},{},[2463],{"type":65,"value":801},{"type":59,"tag":191,"props":2465,"children":2466},{},[2467],{"type":65,"value":2468},"House Edge",{"type":59,"tag":197,"props":2470,"children":2471},{},[2472],{"type":65,"value":212},{"type":59,"tag":191,"props":2474,"children":2475},{},[2476],{"type":65,"value":2477},"Total Wagered",{"type":59,"tag":219,"props":2479,"children":2480},{"encoding":221},[2481],{"type":65,"value":2482},"\\text{EV (Martingale)} = \\text{EV (Flat Betting)} = -\\text{House Edge} \\times \\text{Total Wagered}\n",{"type":59,"tag":167,"props":2484,"children":2486},{"className":2485,"ariaHidden":229},[228],[2487,2517,2547,2582],{"type":59,"tag":167,"props":2488,"children":2490},{"className":2489},[234],[2491,2495,2504,2508,2513],{"type":59,"tag":167,"props":2492,"children":2494},{"className":2493,"style":304},[239],[],{"type":59,"tag":167,"props":2496,"children":2498},{"className":2497},[245,65],[2499],{"type":59,"tag":167,"props":2500,"children":2502},{"className":2501},[245],[2503],{"type":65,"value":2446},{"type":59,"tag":167,"props":2505,"children":2507},{"className":2506,"style":256},[255],[],{"type":59,"tag":167,"props":2509,"children":2511},{"className":2510},[261],[2512],{"type":65,"value":201},{"type":59,"tag":167,"props":2514,"children":2516},{"className":2515,"style":256},[255],[],{"type":59,"tag":167,"props":2518,"children":2520},{"className":2519},[234],[2521,2525,2534,2538,2543],{"type":59,"tag":167,"props":2522,"children":2524},{"className":2523,"style":304},[239],[],{"type":59,"tag":167,"props":2526,"children":2528},{"className":2527},[245,65],[2529],{"type":59,"tag":167,"props":2530,"children":2532},{"className":2531},[245],[2533],{"type":65,"value":2455},{"type":59,"tag":167,"props":2535,"children":2537},{"className":2536,"style":256},[255],[],{"type":59,"tag":167,"props":2539,"children":2541},{"className":2540},[261],[2542],{"type":65,"value":201},{"type":59,"tag":167,"props":2544,"children":2546},{"className":2545,"style":256},[255],[],{"type":59,"tag":167,"props":2548,"children":2550},{"className":2549},[234],[2551,2555,2560,2569,2573,2578],{"type":59,"tag":167,"props":2552,"children":2554},{"className":2553,"style":703},[239],[],{"type":59,"tag":167,"props":2556,"children":2558},{"className":2557},[245],[2559],{"type":65,"value":801},{"type":59,"tag":167,"props":2561,"children":2563},{"className":2562},[245,65],[2564],{"type":59,"tag":167,"props":2565,"children":2567},{"className":2566},[245],[2568],{"type":65,"value":2468},{"type":59,"tag":167,"props":2570,"children":2572},{"className":2571,"style":285},[255],[],{"type":59,"tag":167,"props":2574,"children":2576},{"className":2575},[290],[2577],{"type":65,"value":212},{"type":59,"tag":167,"props":2579,"children":2581},{"className":2580,"style":285},[255],[],{"type":59,"tag":167,"props":2583,"children":2585},{"className":2584},[234],[2586,2590],{"type":59,"tag":167,"props":2587,"children":2589},{"className":2588,"style":703},[239],[],{"type":59,"tag":167,"props":2591,"children":2593},{"className":2592},[245,65],[2594],{"type":59,"tag":167,"props":2595,"children":2597},{"className":2596},[245],[2598],{"type":65,"value":2477},{"type":59,"tag":68,"props":2600,"children":2601},{},[2602,2607],{"type":59,"tag":72,"props":2603,"children":2604},{},[2605],{"type":65,"value":2606},"Critical insight:",{"type":65,"value":2608}," Martingale doesn't change expected value—it only changes result distribution.",{"type":59,"tag":60,"props":2610,"children":2612},{"id":2611},"why-martingale-fails-why-it-fails",[2613],{"type":65,"value":2614},"Why Martingale Fails {#why-it-fails}",{"type":59,"tag":160,"props":2616,"children":2618},{"id":2617},"failure-point-1-table-limits",[2619],{"type":65,"value":2620},"Failure Point 1: Table Limits",{"type":59,"tag":435,"props":2622,"children":2623},{},[2624,2650],{"type":59,"tag":439,"props":2625,"children":2626},{},[2627],{"type":59,"tag":46,"props":2628,"children":2629},{},[2630,2635,2640,2645],{"type":59,"tag":446,"props":2631,"children":2632},{},[2633],{"type":65,"value":2634},"Casino",{"type":59,"tag":446,"props":2636,"children":2637},{},[2638],{"type":65,"value":2639},"Min Bet",{"type":59,"tag":446,"props":2641,"children":2642},{},[2643],{"type":65,"value":2644},"Max Bet",{"type":59,"tag":446,"props":2646,"children":2647},{},[2648],{"type":65,"value":2649},"Max Doubles",{"type":59,"tag":472,"props":2651,"children":2652},{},[2653,2676,2698],{"type":59,"tag":46,"props":2654,"children":2655},{},[2656,2661,2666,2671],{"type":59,"tag":479,"props":2657,"children":2658},{},[2659],{"type":65,"value":2660},"Low-limit",{"type":59,"tag":479,"props":2662,"children":2663},{},[2664],{"type":65,"value":2665},"$5",{"type":59,"tag":479,"props":2667,"children":2668},{},[2669],{"type":65,"value":2670},"$500",{"type":59,"tag":479,"props":2672,"children":2673},{},[2674],{"type":65,"value":2675},"6-7",{"type":59,"tag":46,"props":2677,"children":2678},{},[2679,2684,2688,2693],{"type":59,"tag":479,"props":2680,"children":2681},{},[2682],{"type":65,"value":2683},"Standard",{"type":59,"tag":479,"props":2685,"children":2686},{},[2687],{"type":65,"value":488},{"type":59,"tag":479,"props":2689,"children":2690},{},[2691],{"type":65,"value":2692},"$2,000",{"type":59,"tag":479,"props":2694,"children":2695},{},[2696],{"type":65,"value":2697},"7-8",{"type":59,"tag":46,"props":2699,"children":2700},{},[2701,2706,2711,2716],{"type":59,"tag":479,"props":2702,"children":2703},{},[2704],{"type":65,"value":2705},"High-limit",{"type":59,"tag":479,"props":2707,"children":2708},{},[2709],{"type":65,"value":2710},"$25",{"type":59,"tag":479,"props":2712,"children":2713},{},[2714],{"type":65,"value":2715},"$10,000",{"type":59,"tag":479,"props":2717,"children":2718},{},[2719],{"type":65,"value":2720},"8-9",{"type":59,"tag":68,"props":2722,"children":2723},{},[2724,2726,2816],{"type":65,"value":2725},"**After 8 doubles at ",{"type":59,"tag":167,"props":2727,"children":2729},{"className":2728},[170],[2730,2766],{"type":59,"tag":167,"props":2731,"children":2733},{"className":2732},[175],[2734],{"type":59,"tag":178,"props":2735,"children":2736},{"xmlns":180},[2737],{"type":59,"tag":183,"props":2738,"children":2739},{},[2740,2761],{"type":59,"tag":187,"props":2741,"children":2742},{},[2743,2747,2752,2757],{"type":59,"tag":203,"props":2744,"children":2745},{},[2746],{"type":65,"value":1544},{"type":59,"tag":197,"props":2748,"children":2749},{},[2750],{"type":65,"value":2751},":",{"type":59,"tag":197,"props":2753,"children":2754},{},[2755],{"type":65,"value":2756},"∗",{"type":59,"tag":197,"props":2758,"children":2759},{},[2760],{"type":65,"value":2756},{"type":59,"tag":219,"props":2762,"children":2763},{"encoding":221},[2764],{"type":65,"value":2765},"10:** ",{"type":59,"tag":167,"props":2767,"children":2769},{"className":2768,"ariaHidden":229},[228],[2770,2797],{"type":59,"tag":167,"props":2771,"children":2773},{"className":2772},[234],[2774,2779,2784,2788,2793],{"type":59,"tag":167,"props":2775,"children":2778},{"className":2776,"style":2777},[239],"height:0.6444em;",[],{"type":59,"tag":167,"props":2780,"children":2782},{"className":2781},[245],[2783],{"type":65,"value":1544},{"type":59,"tag":167,"props":2785,"children":2787},{"className":2786,"style":256},[255],[],{"type":59,"tag":167,"props":2789,"children":2791},{"className":2790},[261],[2792],{"type":65,"value":2751},{"type":59,"tag":167,"props":2794,"children":2796},{"className":2795,"style":256},[255],[],{"type":59,"tag":167,"props":2798,"children":2800},{"className":2799},[234],[2801,2806,2811],{"type":59,"tag":167,"props":2802,"children":2805},{"className":2803,"style":2804},[239],"height:0.4653em;",[],{"type":59,"tag":167,"props":2807,"children":2809},{"className":2808},[245],[2810],{"type":65,"value":2756},{"type":59,"tag":167,"props":2812,"children":2814},{"className":2813},[245],[2815],{"type":65,"value":2756},{"type":65,"value":2817},"2,560 required, exceeds $2,000 limit. Game over.",{"type":59,"tag":160,"props":2819,"children":2821},{"id":2820},"failure-point-2-bankroll-exhaustion",[2822],{"type":65,"value":2823},"Failure Point 2: Bankroll Exhaustion",{"type":59,"tag":68,"props":2825,"children":2826},{},[2827],{"type":65,"value":2828},"Required bankroll for N losing streak survival:",{"type":59,"tag":167,"props":2830,"children":2832},{"className":2831},[170],[2833,2895],{"type":59,"tag":167,"props":2834,"children":2836},{"className":2835},[175],[2837],{"type":59,"tag":178,"props":2838,"children":2839},{"xmlns":180},[2840],{"type":59,"tag":183,"props":2841,"children":2842},{},[2843,2890],{"type":59,"tag":187,"props":2844,"children":2845},{},[2846,2851,2855,2859,2863,2867,2878,2882,2886],{"type":59,"tag":191,"props":2847,"children":2848},{},[2849],{"type":65,"value":2850},"Bankroll Needed",{"type":59,"tag":197,"props":2852,"children":2853},{},[2854],{"type":65,"value":201},{"type":59,"tag":191,"props":2856,"children":2857},{},[2858],{"type":65,"value":412},{"type":59,"tag":197,"props":2860,"children":2861},{},[2862],{"type":65,"value":212},{"type":59,"tag":197,"props":2864,"children":2865},{"stretchy":809},[2866],{"type":65,"value":812},{"type":59,"tag":1299,"props":2868,"children":2869},{},[2870,2874],{"type":59,"tag":203,"props":2871,"children":2872},{},[2873],{"type":65,"value":207},{"type":59,"tag":650,"props":2875,"children":2876},{},[2877],{"type":65,"value":1310},{"type":59,"tag":197,"props":2879,"children":2880},{},[2881],{"type":65,"value":801},{"type":59,"tag":203,"props":2883,"children":2884},{},[2885],{"type":65,"value":483},{"type":59,"tag":197,"props":2887,"children":2888},{"stretchy":809},[2889],{"type":65,"value":822},{"type":59,"tag":219,"props":2891,"children":2892},{"encoding":221},[2893],{"type":65,"value":2894},"\\text{Bankroll Needed} = \\text{Base Bet} \\times (2^N - 1)\n",{"type":59,"tag":167,"props":2896,"children":2898},{"className":2897,"ariaHidden":229},[228],[2899,2929,2959,3026],{"type":59,"tag":167,"props":2900,"children":2902},{"className":2901},[234],[2903,2907,2916,2920,2925],{"type":59,"tag":167,"props":2904,"children":2906},{"className":2905,"style":847},[239],[],{"type":59,"tag":167,"props":2908,"children":2910},{"className":2909},[245,65],[2911],{"type":59,"tag":167,"props":2912,"children":2914},{"className":2913},[245],[2915],{"type":65,"value":2850},{"type":59,"tag":167,"props":2917,"children":2919},{"className":2918,"style":256},[255],[],{"type":59,"tag":167,"props":2921,"children":2923},{"className":2922},[261],[2924],{"type":65,"value":201},{"type":59,"tag":167,"props":2926,"children":2928},{"className":2927,"style":256},[255],[],{"type":59,"tag":167,"props":2930,"children":2932},{"className":2931},[234],[2933,2937,2946,2950,2955],{"type":59,"tag":167,"props":2934,"children":2936},{"className":2935,"style":1357},[239],[],{"type":59,"tag":167,"props":2938,"children":2940},{"className":2939},[245,65],[2941],{"type":59,"tag":167,"props":2942,"children":2944},{"className":2943},[245],[2945],{"type":65,"value":412},{"type":59,"tag":167,"props":2947,"children":2949},{"className":2948,"style":285},[255],[],{"type":59,"tag":167,"props":2951,"children":2953},{"className":2952},[290],[2954],{"type":65,"value":212},{"type":59,"tag":167,"props":2956,"children":2958},{"className":2957,"style":285},[255],[],{"type":59,"tag":167,"props":2960,"children":2962},{"className":2961},[234],[2963,2967,2972,3013,3017,3022],{"type":59,"tag":167,"props":2964,"children":2966},{"className":2965,"style":1918},[239],[],{"type":59,"tag":167,"props":2968,"children":2970},{"className":2969},[922],[2971],{"type":65,"value":812},{"type":59,"tag":167,"props":2973,"children":2975},{"className":2974},[245],[2976,2981],{"type":59,"tag":167,"props":2977,"children":2979},{"className":2978},[245],[2980],{"type":65,"value":207},{"type":59,"tag":167,"props":2982,"children":2984},{"className":2983},[1402],[2985],{"type":59,"tag":167,"props":2986,"children":2988},{"className":2987},[1407],[2989],{"type":59,"tag":167,"props":2990,"children":2992},{"className":2991},[1412],[2993],{"type":59,"tag":167,"props":2994,"children":2996},{"className":2995,"style":1388},[1417],[2997],{"type":59,"tag":167,"props":2998,"children":2999},{"style":1421},[3000,3004],{"type":59,"tag":167,"props":3001,"children":3003},{"className":3002,"style":1427},[1426],[],{"type":59,"tag":167,"props":3005,"children":3007},{"className":3006},[1432,1433,1434,1435],[3008],{"type":59,"tag":167,"props":3009,"children":3011},{"className":3010,"style":1440},[245,713,1435],[3012],{"type":65,"value":1310},{"type":59,"tag":167,"props":3014,"children":3016},{"className":3015,"style":285},[255],[],{"type":59,"tag":167,"props":3018,"children":3020},{"className":3019},[290],[3021],{"type":65,"value":801},{"type":59,"tag":167,"props":3023,"children":3025},{"className":3024,"style":285},[255],[],{"type":59,"tag":167,"props":3027,"children":3029},{"className":3028},[234],[3030,3034,3039],{"type":59,"tag":167,"props":3031,"children":3033},{"className":3032,"style":304},[239],[],{"type":59,"tag":167,"props":3035,"children":3037},{"className":3036},[245],[3038],{"type":65,"value":483},{"type":59,"tag":167,"props":3040,"children":3042},{"className":3041},[937],[3043],{"type":65,"value":822},{"type":59,"tag":435,"props":3045,"children":3046},{},[3047,3063],{"type":59,"tag":439,"props":3048,"children":3049},{},[3050],{"type":59,"tag":46,"props":3051,"children":3052},{},[3053,3058],{"type":59,"tag":446,"props":3054,"children":3055},{},[3056],{"type":65,"value":3057},"Streaks to Survive",{"type":59,"tag":446,"props":3059,"children":3060},{},[3061],{"type":65,"value":3062},"Bankroll Needed ($10 base)",{"type":59,"tag":472,"props":3064,"children":3065},{},[3066,3077,3089,3101],{"type":59,"tag":46,"props":3067,"children":3068},{},[3069,3073],{"type":59,"tag":479,"props":3070,"children":3071},{},[3072],{"type":65,"value":590},{"type":59,"tag":479,"props":3074,"children":3075},{},[3076],{"type":65,"value":616},{"type":59,"tag":46,"props":3078,"children":3079},{},[3080,3084],{"type":59,"tag":479,"props":3081,"children":3082},{},[3083],{"type":65,"value":1158},{"type":59,"tag":479,"props":3085,"children":3086},{},[3087],{"type":65,"value":3088},"$1,270",{"type":59,"tag":46,"props":3090,"children":3091},{},[3092,3096],{"type":59,"tag":479,"props":3093,"children":3094},{},[3095],{"type":65,"value":1544},{"type":59,"tag":479,"props":3097,"children":3098},{},[3099],{"type":65,"value":3100},"$10,230",{"type":59,"tag":46,"props":3102,"children":3103},{},[3104,3108],{"type":59,"tag":479,"props":3105,"children":3106},{},[3107],{"type":65,"value":2128},{"type":59,"tag":479,"props":3109,"children":3110},{},[3111],{"type":65,"value":3112},"$40,950",{"type":59,"tag":68,"props":3114,"children":3115},{},[3116],{"type":65,"value":3117},"Surviving 10 losses requires 1,000x your base bet in reserve.",{"type":59,"tag":160,"props":3119,"children":3121},{"id":3120},"failure-point-3-riskreward-imbalance",[3122],{"type":65,"value":3123},"Failure Point 3: Risk\u002FReward Imbalance",{"type":59,"tag":435,"props":3125,"children":3126},{},[3127,3146],{"type":59,"tag":439,"props":3128,"children":3129},{},[3130],{"type":59,"tag":46,"props":3131,"children":3132},{},[3133,3138,3142],{"type":59,"tag":446,"props":3134,"children":3135},{},[3136],{"type":65,"value":3137},"Outcome",{"type":59,"tag":446,"props":3139,"children":3140},{},[3141],{"type":65,"value":2061},{"type":59,"tag":446,"props":3143,"children":3144},{},[3145],{"type":65,"value":460},{"type":59,"tag":472,"props":3147,"children":3148},{},[3149,3166],{"type":59,"tag":46,"props":3150,"children":3151},{},[3152,3157,3162],{"type":59,"tag":479,"props":3153,"children":3154},{},[3155],{"type":65,"value":3156},"Win within 10 bets",{"type":59,"tag":479,"props":3158,"children":3159},{},[3160],{"type":65,"value":3161},"99.87%",{"type":59,"tag":479,"props":3163,"children":3164},{},[3165],{"type":65,"value":611},{"type":59,"tag":46,"props":3167,"children":3168},{},[3169,3174,3178],{"type":59,"tag":479,"props":3170,"children":3171},{},[3172],{"type":65,"value":3173},"Lose 10+ in a row",{"type":59,"tag":479,"props":3175,"children":3176},{},[3177],{"type":65,"value":2115},{"type":59,"tag":479,"props":3179,"children":3180},{},[3181],{"type":65,"value":3182},"-$10,230",{"type":59,"tag":68,"props":3184,"children":3185},{},[3186],{"type":65,"value":3187},"Expected value per \"session\":",{"type":59,"tag":167,"props":3189,"children":3194},{"className":3190,"title":3192,"style":3193},[3191],"katex-error","ParseError: KaTeX parse error: Can't use function '$' in math mode at position 76: …987 - 13.30 = -$̲3.31\n","color:#cc0000",[3195],{"type":65,"value":3196},"\\text{EV} = (0.9987 \\times 10) - (0.0013 \\times 10,230) = 9.987 - 13.30 = -$3.31\n",{"type":59,"tag":68,"props":3198,"children":3199},{},[3200],{"type":65,"value":3201},"You lose on average—even with 99.87% \"win rate.\"",{"type":59,"tag":160,"props":3203,"children":3205},{"id":3204},"failure-point-4-time-and-opportunity-cost",[3206],{"type":65,"value":3207},"Failure Point 4: Time and Opportunity Cost",{"type":59,"tag":435,"props":3209,"children":3210},{},[3211,3231],{"type":59,"tag":439,"props":3212,"children":3213},{},[3214],{"type":59,"tag":46,"props":3215,"children":3216},{},[3217,3222,3226],{"type":59,"tag":446,"props":3218,"children":3219},{},[3220],{"type":65,"value":3221},"Metric",{"type":59,"tag":446,"props":3223,"children":3224},{},[3225],{"type":65,"value":25},{"type":59,"tag":446,"props":3227,"children":3228},{},[3229],{"type":65,"value":3230},"Flat Betting",{"type":59,"tag":472,"props":3232,"children":3233},{},[3234,3252,3270,3288],{"type":59,"tag":46,"props":3235,"children":3236},{},[3237,3242,3247],{"type":59,"tag":479,"props":3238,"children":3239},{},[3240],{"type":65,"value":3241},"Average bet size",{"type":59,"tag":479,"props":3243,"children":3244},{},[3245],{"type":65,"value":3246},"Escalating",{"type":59,"tag":479,"props":3248,"children":3249},{},[3250],{"type":65,"value":3251},"Constant",{"type":59,"tag":46,"props":3253,"children":3254},{},[3255,3260,3265],{"type":59,"tag":479,"props":3256,"children":3257},{},[3258],{"type":65,"value":3259},"Time per session",{"type":59,"tag":479,"props":3261,"children":3262},{},[3263],{"type":65,"value":3264},"Long",{"type":59,"tag":479,"props":3266,"children":3267},{},[3268],{"type":65,"value":3269},"Flexible",{"type":59,"tag":46,"props":3271,"children":3272},{},[3273,3278,3283],{"type":59,"tag":479,"props":3274,"children":3275},{},[3276],{"type":65,"value":3277},"Stress level",{"type":59,"tag":479,"props":3279,"children":3280},{},[3281],{"type":65,"value":3282},"High",{"type":59,"tag":479,"props":3284,"children":3285},{},[3286],{"type":65,"value":3287},"Low",{"type":59,"tag":46,"props":3289,"children":3290},{},[3291,3296,3301],{"type":59,"tag":479,"props":3292,"children":3293},{},[3294],{"type":65,"value":3295},"Same expected loss",{"type":59,"tag":479,"props":3297,"children":3298},{},[3299],{"type":65,"value":3300},"Yes",{"type":59,"tag":479,"props":3302,"children":3303},{},[3304],{"type":65,"value":3300},{"type":59,"tag":60,"props":3306,"children":3308},{"id":3307},"simulation-results-simulation",[3309],{"type":65,"value":3310},"Simulation Results {#simulation}",{"type":59,"tag":160,"props":3312,"children":3314},{"id":3313},"_10000-session-simulation",[3315],{"type":65,"value":3316},"10,000 Session Simulation",{"type":59,"tag":68,"props":3318,"children":3319},{},[3320,3325],{"type":59,"tag":72,"props":3321,"children":3322},{},[3323],{"type":65,"value":3324},"Settings:",{"type":65,"value":3326}," $10 base bet, 8 max doubles, European roulette (48.65%)",{"type":59,"tag":435,"props":3328,"children":3329},{},[3330,3344],{"type":59,"tag":439,"props":3331,"children":3332},{},[3333],{"type":59,"tag":46,"props":3334,"children":3335},{},[3336,3340],{"type":59,"tag":446,"props":3337,"children":3338},{},[3339],{"type":65,"value":3221},{"type":59,"tag":446,"props":3341,"children":3342},{},[3343],{"type":65,"value":460},{"type":59,"tag":472,"props":3345,"children":3346},{},[3347,3360,3373,3386,3399,3412],{"type":59,"tag":46,"props":3348,"children":3349},{},[3350,3355],{"type":59,"tag":479,"props":3351,"children":3352},{},[3353],{"type":65,"value":3354},"Sessions won",{"type":59,"tag":479,"props":3356,"children":3357},{},[3358],{"type":65,"value":3359},"9,874 (98.74%)",{"type":59,"tag":46,"props":3361,"children":3362},{},[3363,3368],{"type":59,"tag":479,"props":3364,"children":3365},{},[3366],{"type":65,"value":3367},"Sessions lost",{"type":59,"tag":479,"props":3369,"children":3370},{},[3371],{"type":65,"value":3372},"126 (1.26%)",{"type":59,"tag":46,"props":3374,"children":3375},{},[3376,3381],{"type":59,"tag":479,"props":3377,"children":3378},{},[3379],{"type":65,"value":3380},"Average win",{"type":59,"tag":479,"props":3382,"children":3383},{},[3384],{"type":65,"value":3385},"+$42",{"type":59,"tag":46,"props":3387,"children":3388},{},[3389,3394],{"type":59,"tag":479,"props":3390,"children":3391},{},[3392],{"type":65,"value":3393},"Average loss",{"type":59,"tag":479,"props":3395,"children":3396},{},[3397],{"type":65,"value":3398},"-$2,550",{"type":59,"tag":46,"props":3400,"children":3401},{},[3402,3407],{"type":59,"tag":479,"props":3403,"children":3404},{},[3405],{"type":65,"value":3406},"Net result",{"type":59,"tag":479,"props":3408,"children":3409},{},[3410],{"type":65,"value":3411},"-$68,946",{"type":59,"tag":46,"props":3413,"children":3414},{},[3415,3420],{"type":59,"tag":479,"props":3416,"children":3417},{},[3418],{"type":65,"value":3419},"Net per session",{"type":59,"tag":479,"props":3421,"children":3422},{},[3423],{"type":65,"value":3424},"-$6.89",{"type":59,"tag":160,"props":3426,"children":3428},{"id":3427},"comparison-to-flat-betting",[3429],{"type":65,"value":3430},"Comparison to Flat Betting",{"type":59,"tag":68,"props":3432,"children":3433},{},[3434],{"type":59,"tag":72,"props":3435,"children":3436},{},[3437],{"type":65,"value":3438},"Same total wagered, flat $100 bets:",{"type":59,"tag":435,"props":3440,"children":3441},{},[3442,3460],{"type":59,"tag":439,"props":3443,"children":3444},{},[3445],{"type":59,"tag":46,"props":3446,"children":3447},{},[3448,3452,3456],{"type":59,"tag":446,"props":3449,"children":3450},{},[3451],{"type":65,"value":3221},{"type":59,"tag":446,"props":3453,"children":3454},{},[3455],{"type":65,"value":25},{"type":59,"tag":446,"props":3457,"children":3458},{},[3459],{"type":65,"value":3230},{"type":59,"tag":472,"props":3461,"children":3462},{},[3463,3481,3498,3515,3532],{"type":59,"tag":46,"props":3464,"children":3465},{},[3466,3471,3476],{"type":59,"tag":479,"props":3467,"children":3468},{},[3469],{"type":65,"value":3470},"Winning sessions",{"type":59,"tag":479,"props":3472,"children":3473},{},[3474],{"type":65,"value":3475},"98.74%",{"type":59,"tag":479,"props":3477,"children":3478},{},[3479],{"type":65,"value":3480},"~50%",{"type":59,"tag":46,"props":3482,"children":3483},{},[3484,3489,3493],{"type":59,"tag":479,"props":3485,"children":3486},{},[3487],{"type":65,"value":3488},"Average session result",{"type":59,"tag":479,"props":3490,"children":3491},{},[3492],{"type":65,"value":3424},{"type":59,"tag":479,"props":3494,"children":3495},{},[3496],{"type":65,"value":3497},"-$2.70",{"type":59,"tag":46,"props":3499,"children":3500},{},[3501,3506,3510],{"type":59,"tag":479,"props":3502,"children":3503},{},[3504],{"type":65,"value":3505},"Maximum loss",{"type":59,"tag":479,"props":3507,"children":3508},{},[3509],{"type":65,"value":3398},{"type":59,"tag":479,"props":3511,"children":3512},{},[3513],{"type":65,"value":3514},"-$100",{"type":59,"tag":46,"props":3516,"children":3517},{},[3518,3523,3528],{"type":59,"tag":479,"props":3519,"children":3520},{},[3521],{"type":65,"value":3522},"Variance",{"type":59,"tag":479,"props":3524,"children":3525},{},[3526],{"type":65,"value":3527},"Extreme",{"type":59,"tag":479,"props":3529,"children":3530},{},[3531],{"type":65,"value":3287},{"type":59,"tag":46,"props":3533,"children":3534},{},[3535,3540,3544],{"type":59,"tag":479,"props":3536,"children":3537},{},[3538],{"type":65,"value":3539},"Same EV?",{"type":59,"tag":479,"props":3541,"children":3542},{},[3543],{"type":65,"value":3300},{"type":59,"tag":479,"props":3545,"children":3546},{},[3547],{"type":65,"value":3300},{"type":59,"tag":160,"props":3549,"children":3551},{"id":3550},"long-term-outcome-distribution",[3552],{"type":65,"value":3553},"Long-Term Outcome Distribution",{"type":59,"tag":435,"props":3555,"children":3556},{},[3557,3576],{"type":59,"tag":439,"props":3558,"children":3559},{},[3560],{"type":59,"tag":46,"props":3561,"children":3562},{},[3563,3568,3572],{"type":59,"tag":446,"props":3564,"children":3565},{},[3566],{"type":65,"value":3567},"Outcome Range",{"type":59,"tag":446,"props":3569,"children":3570},{},[3571],{"type":65,"value":25},{"type":59,"tag":446,"props":3573,"children":3574},{},[3575],{"type":65,"value":3230},{"type":59,"tag":472,"props":3577,"children":3578},{},[3579,3597,3615,3633],{"type":59,"tag":46,"props":3580,"children":3581},{},[3582,3587,3592],{"type":59,"tag":479,"props":3583,"children":3584},{},[3585],{"type":65,"value":3586},"Big win (+$500+)",{"type":59,"tag":479,"props":3588,"children":3589},{},[3590],{"type":65,"value":3591},"0.1%",{"type":59,"tag":479,"props":3593,"children":3594},{},[3595],{"type":65,"value":3596},"0.5%",{"type":59,"tag":46,"props":3598,"children":3599},{},[3600,3605,3610],{"type":59,"tag":479,"props":3601,"children":3602},{},[3603],{"type":65,"value":3604},"Small win (+$1-500)",{"type":59,"tag":479,"props":3606,"children":3607},{},[3608],{"type":65,"value":3609},"98.6%",{"type":59,"tag":479,"props":3611,"children":3612},{},[3613],{"type":65,"value":3614},"25%",{"type":59,"tag":46,"props":3616,"children":3617},{},[3618,3623,3628],{"type":59,"tag":479,"props":3619,"children":3620},{},[3621],{"type":65,"value":3622},"Small loss (-$1-500)",{"type":59,"tag":479,"props":3624,"children":3625},{},[3626],{"type":65,"value":3627},"0%",{"type":59,"tag":479,"props":3629,"children":3630},{},[3631],{"type":65,"value":3632},"74%",{"type":59,"tag":46,"props":3634,"children":3635},{},[3636,3641,3646],{"type":59,"tag":479,"props":3637,"children":3638},{},[3639],{"type":65,"value":3640},"Big loss (-$500+)",{"type":59,"tag":479,"props":3642,"children":3643},{},[3644],{"type":65,"value":3645},"1.3%",{"type":59,"tag":479,"props":3647,"children":3648},{},[3649],{"type":65,"value":3596},{"type":59,"tag":68,"props":3651,"children":3652},{},[3653],{"type":65,"value":3654},"Martingale concentrates losses into rare catastrophic events.",{"type":59,"tag":60,"props":3656,"children":3658},{"id":3657},"martingale-variations-variations",[3659],{"type":65,"value":3660},"Martingale Variations {#variations}",{"type":59,"tag":160,"props":3662,"children":3664},{"id":3663},"reverse-martingale-paroli",[3665],{"type":65,"value":3666},"Reverse Martingale (Paroli)",{"type":59,"tag":68,"props":3668,"children":3669},{},[3670,3675],{"type":59,"tag":72,"props":3671,"children":3672},{},[3673],{"type":65,"value":3674},"Rule:",{"type":65,"value":3676}," Double after wins, reset after loss",{"type":59,"tag":435,"props":3678,"children":3679},{},[3680,3700],{"type":59,"tag":439,"props":3681,"children":3682},{},[3683],{"type":59,"tag":46,"props":3684,"children":3685},{},[3686,3691,3695],{"type":59,"tag":446,"props":3687,"children":3688},{},[3689],{"type":65,"value":3690},"Aspect",{"type":59,"tag":446,"props":3692,"children":3693},{},[3694],{"type":65,"value":2683},{"type":59,"tag":446,"props":3696,"children":3697},{},[3698],{"type":65,"value":3699},"Reverse",{"type":59,"tag":472,"props":3701,"children":3702},{},[3703,3721,3737,3755],{"type":59,"tag":46,"props":3704,"children":3705},{},[3706,3711,3716],{"type":59,"tag":479,"props":3707,"children":3708},{},[3709],{"type":65,"value":3710},"After loss",{"type":59,"tag":479,"props":3712,"children":3713},{},[3714],{"type":65,"value":3715},"Double",{"type":59,"tag":479,"props":3717,"children":3718},{},[3719],{"type":65,"value":3720},"Reset to base",{"type":59,"tag":46,"props":3722,"children":3723},{},[3724,3729,3733],{"type":59,"tag":479,"props":3725,"children":3726},{},[3727],{"type":65,"value":3728},"After win",{"type":59,"tag":479,"props":3730,"children":3731},{},[3732],{"type":65,"value":3720},{"type":59,"tag":479,"props":3734,"children":3735},{},[3736],{"type":65,"value":3715},{"type":59,"tag":46,"props":3738,"children":3739},{},[3740,3745,3750],{"type":59,"tag":479,"props":3741,"children":3742},{},[3743],{"type":65,"value":3744},"Risk profile",{"type":59,"tag":479,"props":3746,"children":3747},{},[3748],{"type":65,"value":3749},"Frequent small wins, rare big loss",{"type":59,"tag":479,"props":3751,"children":3752},{},[3753],{"type":65,"value":3754},"Frequent small losses, rare big win",{"type":59,"tag":46,"props":3756,"children":3757},{},[3758,3763,3768],{"type":59,"tag":479,"props":3759,"children":3760},{},[3761],{"type":65,"value":3762},"EV",{"type":59,"tag":479,"props":3764,"children":3765},{},[3766],{"type":65,"value":3767},"Negative",{"type":59,"tag":479,"props":3769,"children":3770},{},[3771],{"type":65,"value":3767},{"type":59,"tag":160,"props":3773,"children":3775},{"id":3774},"grand-martingale",[3776],{"type":65,"value":3777},"Grand Martingale",{"type":59,"tag":68,"props":3779,"children":3780},{},[3781,3785],{"type":59,"tag":72,"props":3782,"children":3783},{},[3784],{"type":65,"value":3674},{"type":65,"value":3786}," Double plus one unit after loss",{"type":59,"tag":435,"props":3788,"children":3789},{},[3790,3809],{"type":59,"tag":439,"props":3791,"children":3792},{},[3793],{"type":59,"tag":46,"props":3794,"children":3795},{},[3796,3800,3804],{"type":59,"tag":446,"props":3797,"children":3798},{},[3799],{"type":65,"value":450},{"type":59,"tag":446,"props":3801,"children":3802},{},[3803],{"type":65,"value":2683},{"type":59,"tag":446,"props":3805,"children":3806},{},[3807],{"type":65,"value":3808},"Grand",{"type":59,"tag":472,"props":3810,"children":3811},{},[3812,3827,3842,3857,3872],{"type":59,"tag":46,"props":3813,"children":3814},{},[3815,3819,3823],{"type":59,"tag":479,"props":3816,"children":3817},{},[3818],{"type":65,"value":483},{"type":59,"tag":479,"props":3820,"children":3821},{},[3822],{"type":65,"value":488},{"type":59,"tag":479,"props":3824,"children":3825},{},[3826],{"type":65,"value":488},{"type":59,"tag":46,"props":3828,"children":3829},{},[3830,3834,3838],{"type":59,"tag":479,"props":3831,"children":3832},{},[3833],{"type":65,"value":207},{"type":59,"tag":479,"props":3835,"children":3836},{},[3837],{"type":65,"value":514},{"type":59,"tag":479,"props":3839,"children":3840},{},[3841],{"type":65,"value":528},{"type":59,"tag":46,"props":3843,"children":3844},{},[3845,3849,3853],{"type":59,"tag":479,"props":3846,"children":3847},{},[3848],{"type":65,"value":536},{"type":59,"tag":479,"props":3850,"children":3851},{},[3852],{"type":65,"value":541},{"type":59,"tag":479,"props":3854,"children":3855},{},[3856],{"type":65,"value":555},{"type":59,"tag":46,"props":3858,"children":3859},{},[3860,3864,3868],{"type":59,"tag":479,"props":3861,"children":3862},{},[3863],{"type":65,"value":563},{"type":59,"tag":479,"props":3865,"children":3866},{},[3867],{"type":65,"value":568},{"type":59,"tag":479,"props":3869,"children":3870},{},[3871],{"type":65,"value":582},{"type":59,"tag":46,"props":3873,"children":3874},{},[3875,3879,3883],{"type":59,"tag":479,"props":3876,"children":3877},{},[3878],{"type":65,"value":590},{"type":59,"tag":479,"props":3880,"children":3881},{},[3882],{"type":65,"value":595},{"type":59,"tag":479,"props":3884,"children":3885},{},[3886],{"type":65,"value":616},{"type":59,"tag":68,"props":3888,"children":3889},{},[3890],{"type":65,"value":3891},"Higher profit per win, faster bankroll depletion.",{"type":59,"tag":160,"props":3893,"children":3895},{"id":3894},"modified-martingale",[3896],{"type":65,"value":3897},"Modified Martingale",{"type":59,"tag":68,"props":3899,"children":3900},{},[3901,3905],{"type":59,"tag":72,"props":3902,"children":3903},{},[3904],{"type":65,"value":3674},{"type":65,"value":3906}," Stop after N losses",{"type":59,"tag":435,"props":3908,"children":3909},{},[3910,3936],{"type":59,"tag":439,"props":3911,"children":3912},{},[3913],{"type":59,"tag":46,"props":3914,"children":3915},{},[3916,3921,3926,3931],{"type":59,"tag":446,"props":3917,"children":3918},{},[3919],{"type":65,"value":3920},"Max Losses",{"type":59,"tag":446,"props":3922,"children":3923},{},[3924],{"type":65,"value":3925},"Win Rate",{"type":59,"tag":446,"props":3927,"children":3928},{},[3929],{"type":65,"value":3930},"Max Loss",{"type":59,"tag":446,"props":3932,"children":3933},{},[3934],{"type":65,"value":3935},"EV Change",{"type":59,"tag":472,"props":3937,"children":3938},{},[3939,3960,3980],{"type":59,"tag":46,"props":3940,"children":3941},{},[3942,3946,3951,3955],{"type":59,"tag":479,"props":3943,"children":3944},{},[3945],{"type":65,"value":536},{"type":59,"tag":479,"props":3947,"children":3948},{},[3949],{"type":65,"value":3950},"93.1%",{"type":59,"tag":479,"props":3952,"children":3953},{},[3954],{"type":65,"value":555},{"type":59,"tag":479,"props":3956,"children":3957},{},[3958],{"type":65,"value":3959},"Same",{"type":59,"tag":46,"props":3961,"children":3962},{},[3963,3967,3972,3976],{"type":59,"tag":479,"props":3964,"children":3965},{},[3966],{"type":65,"value":590},{"type":59,"tag":479,"props":3968,"children":3969},{},[3970],{"type":65,"value":3971},"98.2%",{"type":59,"tag":479,"props":3973,"children":3974},{},[3975],{"type":65,"value":616},{"type":59,"tag":479,"props":3977,"children":3978},{},[3979],{"type":65,"value":3959},{"type":59,"tag":46,"props":3981,"children":3982},{},[3983,3987,3992,3996],{"type":59,"tag":479,"props":3984,"children":3985},{},[3986],{"type":65,"value":1158},{"type":59,"tag":479,"props":3988,"children":3989},{},[3990],{"type":65,"value":3991},"99.5%",{"type":59,"tag":479,"props":3993,"children":3994},{},[3995],{"type":65,"value":3088},{"type":59,"tag":479,"props":3997,"children":3998},{},[3999],{"type":65,"value":3959},{"type":59,"tag":68,"props":4001,"children":4002},{},[4003],{"type":65,"value":4004},"Limiting losses doesn't change EV—just redistributes risk.",{"type":59,"tag":160,"props":4006,"children":4008},{"id":4007},"mini-martingale",[4009],{"type":65,"value":4010},"Mini-Martingale",{"type":59,"tag":68,"props":4012,"children":4013},{},[4014,4018],{"type":59,"tag":72,"props":4015,"children":4016},{},[4017],{"type":65,"value":3674},{"type":65,"value":4019}," 1.5x instead of 2x",{"type":59,"tag":435,"props":4021,"children":4022},{},[4023,4043],{"type":59,"tag":439,"props":4024,"children":4025},{},[4026],{"type":59,"tag":46,"props":4027,"children":4028},{},[4029,4033,4038],{"type":59,"tag":446,"props":4030,"children":4031},{},[4032],{"type":65,"value":450},{"type":59,"tag":446,"props":4034,"children":4035},{},[4036],{"type":65,"value":4037},"2x",{"type":59,"tag":446,"props":4039,"children":4040},{},[4041],{"type":65,"value":4042},"1.5x",{"type":59,"tag":472,"props":4044,"children":4045},{},[4046,4062],{"type":59,"tag":46,"props":4047,"children":4048},{},[4049,4053,4057],{"type":59,"tag":479,"props":4050,"children":4051},{},[4052],{"type":65,"value":590},{"type":59,"tag":479,"props":4054,"children":4055},{},[4056],{"type":65,"value":595},{"type":59,"tag":479,"props":4058,"children":4059},{},[4060],{"type":65,"value":4061},"$76",{"type":59,"tag":46,"props":4063,"children":4064},{},[4065,4069,4074],{"type":59,"tag":479,"props":4066,"children":4067},{},[4068],{"type":65,"value":1544},{"type":59,"tag":479,"props":4070,"children":4071},{},[4072],{"type":65,"value":4073},"$5,120",{"type":59,"tag":479,"props":4075,"children":4076},{},[4077],{"type":65,"value":4078},"$576",{"type":59,"tag":68,"props":4080,"children":4081},{},[4082],{"type":65,"value":4083},"Slower growth, same fundamental problem.",{"type":59,"tag":160,"props":4085,"children":4087},{"id":4086},"comparison-table",[4088],{"type":65,"value":4089},"Comparison Table",{"type":59,"tag":435,"props":4091,"children":4092},{},[4093,4119],{"type":59,"tag":439,"props":4094,"children":4095},{},[4096],{"type":59,"tag":46,"props":4097,"children":4098},{},[4099,4104,4109,4114],{"type":59,"tag":446,"props":4100,"children":4101},{},[4102],{"type":65,"value":4103},"Variation",{"type":59,"tag":446,"props":4105,"children":4106},{},[4107],{"type":65,"value":4108},"Risk Reduction",{"type":59,"tag":446,"props":4110,"children":4111},{},[4112],{"type":65,"value":4113},"EV Impact",{"type":59,"tag":446,"props":4115,"children":4116},{},[4117],{"type":65,"value":4118},"Practical?",{"type":59,"tag":472,"props":4120,"children":4121},{},[4122,4143,4164,4185,4207],{"type":59,"tag":46,"props":4123,"children":4124},{},[4125,4129,4134,4138],{"type":59,"tag":479,"props":4126,"children":4127},{},[4128],{"type":65,"value":2683},{"type":59,"tag":479,"props":4130,"children":4131},{},[4132],{"type":65,"value":4133},"None",{"type":59,"tag":479,"props":4135,"children":4136},{},[4137],{"type":65,"value":3767},{"type":59,"tag":479,"props":4139,"children":4140},{},[4141],{"type":65,"value":4142},"No",{"type":59,"tag":46,"props":4144,"children":4145},{},[4146,4150,4155,4159],{"type":59,"tag":479,"props":4147,"children":4148},{},[4149],{"type":65,"value":3699},{"type":59,"tag":479,"props":4151,"children":4152},{},[4153],{"type":65,"value":4154},"Lower variance",{"type":59,"tag":479,"props":4156,"children":4157},{},[4158],{"type":65,"value":3767},{"type":59,"tag":479,"props":4160,"children":4161},{},[4162],{"type":65,"value":4163},"Slightly better",{"type":59,"tag":46,"props":4165,"children":4166},{},[4167,4171,4176,4181],{"type":59,"tag":479,"props":4168,"children":4169},{},[4170],{"type":65,"value":3808},{"type":59,"tag":479,"props":4172,"children":4173},{},[4174],{"type":65,"value":4175},"Worse",{"type":59,"tag":479,"props":4177,"children":4178},{},[4179],{"type":65,"value":4180},"More negative",{"type":59,"tag":479,"props":4182,"children":4183},{},[4184],{"type":65,"value":4142},{"type":59,"tag":46,"props":4186,"children":4187},{},[4188,4193,4198,4203],{"type":59,"tag":479,"props":4189,"children":4190},{},[4191],{"type":65,"value":4192},"Modified",{"type":59,"tag":479,"props":4194,"children":4195},{},[4196],{"type":65,"value":4197},"Loss caps",{"type":59,"tag":479,"props":4199,"children":4200},{},[4201],{"type":65,"value":4202},"Same negative",{"type":59,"tag":479,"props":4204,"children":4205},{},[4206],{"type":65,"value":4142},{"type":59,"tag":46,"props":4208,"children":4209},{},[4210,4215,4220,4224],{"type":59,"tag":479,"props":4211,"children":4212},{},[4213],{"type":65,"value":4214},"Mini",{"type":59,"tag":479,"props":4216,"children":4217},{},[4218],{"type":65,"value":4219},"Slower growth",{"type":59,"tag":479,"props":4221,"children":4222},{},[4223],{"type":65,"value":4202},{"type":59,"tag":479,"props":4225,"children":4226},{},[4227],{"type":65,"value":4142},{"type":59,"tag":68,"props":4229,"children":4230},{},[4231],{"type":59,"tag":72,"props":4232,"children":4233},{},[4234],{"type":65,"value":4235},"All variations have negative expected value.",{"type":59,"tag":60,"props":4237,"children":4239},{"id":4238},"psychological-traps-psychology",[4240],{"type":65,"value":4241},"Psychological Traps {#psychology}",{"type":59,"tag":160,"props":4243,"children":4245},{"id":4244},"trap-1-the-always-win-illusion",[4246],{"type":65,"value":4247},"Trap 1: The \"Always Win\" Illusion",{"type":59,"tag":68,"props":4249,"children":4250},{},[4251],{"type":65,"value":4252},"98%+ of sessions end in profit. This creates false confidence:",{"type":59,"tag":435,"props":4254,"children":4255},{},[4256,4277],{"type":59,"tag":439,"props":4257,"children":4258},{},[4259],{"type":59,"tag":46,"props":4260,"children":4261},{},[4262,4267,4272],{"type":59,"tag":446,"props":4263,"children":4264},{},[4265],{"type":65,"value":4266},"Sessions",{"type":59,"tag":446,"props":4268,"children":4269},{},[4270],{"type":65,"value":4271},"Likely Profit Sessions",{"type":59,"tag":446,"props":4273,"children":4274},{},[4275],{"type":65,"value":4276},"Likely Bust Sessions",{"type":59,"tag":472,"props":4278,"children":4279},{},[4280,4297,4314],{"type":59,"tag":46,"props":4281,"children":4282},{},[4283,4287,4292],{"type":59,"tag":479,"props":4284,"children":4285},{},[4286],{"type":65,"value":1544},{"type":59,"tag":479,"props":4288,"children":4289},{},[4290],{"type":65,"value":4291},"9-10",{"type":59,"tag":479,"props":4293,"children":4294},{},[4295],{"type":65,"value":4296},"0-1",{"type":59,"tag":46,"props":4298,"children":4299},{},[4300,4305,4310],{"type":59,"tag":479,"props":4301,"children":4302},{},[4303],{"type":65,"value":4304},"50",{"type":59,"tag":479,"props":4306,"children":4307},{},[4308],{"type":65,"value":4309},"49-50",{"type":59,"tag":479,"props":4311,"children":4312},{},[4313],{"type":65,"value":4296},{"type":59,"tag":46,"props":4315,"children":4316},{},[4317,4321,4326],{"type":59,"tag":479,"props":4318,"children":4319},{},[4320],{"type":65,"value":2349},{"type":59,"tag":479,"props":4322,"children":4323},{},[4324],{"type":65,"value":4325},"98-99",{"type":59,"tag":479,"props":4327,"children":4328},{},[4329],{"type":65,"value":4330},"1-2",{"type":59,"tag":68,"props":4332,"children":4333},{},[4334],{"type":65,"value":4335},"After 50 winning sessions, you \"know\" the system works.",{"type":59,"tag":160,"props":4337,"children":4339},{"id":4338},"trap-2-survivorship-bias",[4340],{"type":65,"value":4341},"Trap 2: Survivorship Bias",{"type":59,"tag":435,"props":4343,"children":4344},{},[4345,4361],{"type":59,"tag":439,"props":4346,"children":4347},{},[4348],{"type":59,"tag":46,"props":4349,"children":4350},{},[4351,4356],{"type":59,"tag":446,"props":4352,"children":4353},{},[4354],{"type":65,"value":4355},"Story",{"type":59,"tag":446,"props":4357,"children":4358},{},[4359],{"type":65,"value":4360},"Reality",{"type":59,"tag":472,"props":4362,"children":4363},{},[4364,4377,4390],{"type":59,"tag":46,"props":4365,"children":4366},{},[4367,4372],{"type":59,"tag":479,"props":4368,"children":4369},{},[4370],{"type":65,"value":4371},"\"I've won $500 with Martingale\"",{"type":59,"tag":479,"props":4373,"children":4374},{},[4375],{"type":65,"value":4376},"Doesn't mention eventual $2,000+ loss",{"type":59,"tag":46,"props":4378,"children":4379},{},[4380,4385],{"type":59,"tag":479,"props":4381,"children":4382},{},[4383],{"type":65,"value":4384},"\"My friend uses it successfully\"",{"type":59,"tag":479,"props":4386,"children":4387},{},[4388],{"type":65,"value":4389},"Small sample, hasn't hit streak yet",{"type":59,"tag":46,"props":4391,"children":4392},{},[4393,4398],{"type":59,"tag":479,"props":4394,"children":4395},{},[4396],{"type":65,"value":4397},"\"It works if you're disciplined\"",{"type":59,"tag":479,"props":4399,"children":4400},{},[4401],{"type":65,"value":4402},"Discipline doesn't change math",{"type":59,"tag":160,"props":4404,"children":4406},{"id":4405},"trap-3-gamblers-fallacy-integration",[4407],{"type":65,"value":4408},"Trap 3: Gambler's Fallacy Integration",{"type":59,"tag":68,"props":4410,"children":4411},{},[4412],{"type":65,"value":4413},"The fallacy: \"I've lost 5 in a row, a win is due\"\nThe Martingale amplifies this by making you bet more when \"certain\" of winning.",{"type":59,"tag":68,"props":4415,"children":4416},{},[4417,4422],{"type":59,"tag":72,"props":4418,"children":4419},{},[4420],{"type":65,"value":4421},"Reality:",{"type":65,"value":4423}," Each spin is independent. Previous results don't affect future outcomes.",{"type":59,"tag":160,"props":4425,"children":4427},{"id":4426},"trap-4-sunk-cost-escalation",[4428],{"type":65,"value":4429},"Trap 4: Sunk Cost Escalation",{"type":59,"tag":68,"props":4431,"children":4432},{},[4433,4435,4705],{"type":65,"value":4434},"After 5 losses (-",{"type":59,"tag":167,"props":4436,"children":4438},{"className":4437},[170],[4439,4559],{"type":59,"tag":167,"props":4440,"children":4442},{"className":4441},[175],[4443],{"type":59,"tag":178,"props":4444,"children":4445},{"xmlns":180},[4446],{"type":59,"tag":183,"props":4447,"children":4448},{},[4449,4554],{"type":59,"tag":187,"props":4450,"children":4451},{},[4452,4456,4460,4464,4468,4473,4477,4481,4485,4489,4494,4499,4503,4507,4511,4517,4522,4527,4532,4537,4542,4546,4550],{"type":59,"tag":203,"props":4453,"children":4454},{},[4455],{"type":65,"value":648},{"type":59,"tag":197,"props":4457,"children":4458},{"stretchy":809},[4459],{"type":65,"value":822},{"type":59,"tag":197,"props":4461,"children":4462},{"separator":229},[4463],{"type":65,"value":1187},{"type":59,"tag":650,"props":4465,"children":4466},{},[4467],{"type":65,"value":654},{"type":59,"tag":650,"props":4469,"children":4470},{},[4471],{"type":65,"value":4472},"h",{"type":59,"tag":650,"props":4474,"children":4475},{},[4476],{"type":65,"value":1617},{"type":59,"tag":650,"props":4478,"children":4479},{},[4480],{"type":65,"value":654},{"type":59,"tag":650,"props":4482,"children":4483},{},[4484],{"type":65,"value":4472},{"type":59,"tag":650,"props":4486,"children":4487},{},[4488],{"type":65,"value":659},{"type":59,"tag":650,"props":4490,"children":4491},{},[4492],{"type":65,"value":4493},"u",{"type":59,"tag":650,"props":4495,"children":4496},{},[4497],{"type":65,"value":4498},"g",{"type":59,"tag":650,"props":4500,"children":4501},{},[4502],{"type":65,"value":4472},{"type":59,"tag":650,"props":4504,"children":4505},{},[4506],{"type":65,"value":654},{"type":59,"tag":197,"props":4508,"children":4509},{},[4510],{"type":65,"value":2751},{"type":59,"tag":650,"props":4512,"children":4514},{"mathvariant":4513},"normal",[4515],{"type":65,"value":4516},"\"",{"type":59,"tag":650,"props":4518,"children":4519},{},[4520],{"type":65,"value":4521},"I",{"type":59,"tag":650,"props":4523,"children":4524},{},[4525],{"type":65,"value":4526},"M",{"type":59,"tag":650,"props":4528,"children":4529},{},[4530],{"type":65,"value":4531},"U",{"type":59,"tag":650,"props":4533,"children":4534},{},[4535],{"type":65,"value":4536},"S",{"type":59,"tag":650,"props":4538,"children":4539},{},[4540],{"type":65,"value":4541},"T",{"type":59,"tag":650,"props":4543,"children":4544},{},[4545],{"type":65,"value":1603},{"type":59,"tag":650,"props":4547,"children":4548},{},[4549],{"type":65,"value":1617},{"type":59,"tag":650,"props":4551,"children":4552},{},[4553],{"type":65,"value":654},{"type":59,"tag":219,"props":4555,"children":4556},{"encoding":221},[4557],{"type":65,"value":4558},"310), the thought: \"I MUST bet ",{"type":59,"tag":167,"props":4560,"children":4562},{"className":4561,"ariaHidden":229},[228],[4563,4650],{"type":59,"tag":167,"props":4564,"children":4566},{"className":4565},[234],[4567,4571,4576,4581,4586,4590,4595,4600,4605,4610,4615,4620,4627,4632,4637,4641,4646],{"type":59,"tag":167,"props":4568,"children":4570},{"className":4569,"style":304},[239],[],{"type":59,"tag":167,"props":4572,"children":4574},{"className":4573},[245],[4575],{"type":65,"value":648},{"type":59,"tag":167,"props":4577,"children":4579},{"className":4578},[937],[4580],{"type":65,"value":822},{"type":59,"tag":167,"props":4582,"children":4584},{"className":4583},[1223],[4585],{"type":65,"value":1187},{"type":59,"tag":167,"props":4587,"children":4589},{"className":4588,"style":1229},[255],[],{"type":59,"tag":167,"props":4591,"children":4593},{"className":4592},[245,713],[4594],{"type":65,"value":654},{"type":59,"tag":167,"props":4596,"children":4598},{"className":4597},[245,713],[4599],{"type":65,"value":4472},{"type":59,"tag":167,"props":4601,"children":4603},{"className":4602},[245,713],[4604],{"type":65,"value":1617},{"type":59,"tag":167,"props":4606,"children":4608},{"className":4607},[245,713],[4609],{"type":65,"value":654},{"type":59,"tag":167,"props":4611,"children":4613},{"className":4612},[245,713],[4614],{"type":65,"value":4472},{"type":59,"tag":167,"props":4616,"children":4618},{"className":4617},[245,713],[4619],{"type":65,"value":659},{"type":59,"tag":167,"props":4621,"children":4624},{"className":4622,"style":4623},[245,713],"margin-right:0.0359em;",[4625],{"type":65,"value":4626},"ug",{"type":59,"tag":167,"props":4628,"children":4630},{"className":4629},[245,713],[4631],{"type":65,"value":4472},{"type":59,"tag":167,"props":4633,"children":4635},{"className":4634},[245,713],[4636],{"type":65,"value":654},{"type":59,"tag":167,"props":4638,"children":4640},{"className":4639,"style":256},[255],[],{"type":59,"tag":167,"props":4642,"children":4644},{"className":4643},[261],[4645],{"type":65,"value":2751},{"type":59,"tag":167,"props":4647,"children":4649},{"className":4648,"style":256},[255],[],{"type":59,"tag":167,"props":4651,"children":4653},{"className":4652},[234],[4654,4658,4663,4669,4674,4679,4685,4690,4695,4700],{"type":59,"tag":167,"props":4655,"children":4657},{"className":4656,"style":847},[239],[],{"type":59,"tag":167,"props":4659,"children":4661},{"className":4660},[245],[4662],{"type":65,"value":4516},{"type":59,"tag":167,"props":4664,"children":4667},{"className":4665,"style":4666},[245,713],"margin-right:0.0785em;",[4668],{"type":65,"value":4521},{"type":59,"tag":167,"props":4670,"children":4672},{"className":4671,"style":1440},[245,713],[4673],{"type":65,"value":4526},{"type":59,"tag":167,"props":4675,"children":4677},{"className":4676,"style":1440},[245,713],[4678],{"type":65,"value":4531},{"type":59,"tag":167,"props":4680,"children":4683},{"className":4681,"style":4682},[245,713],"margin-right:0.0576em;",[4684],{"type":65,"value":4536},{"type":59,"tag":167,"props":4686,"children":4688},{"className":4687,"style":1845},[245,713],[4689],{"type":65,"value":4541},{"type":59,"tag":167,"props":4691,"children":4693},{"className":4692},[245,713],[4694],{"type":65,"value":1603},{"type":59,"tag":167,"props":4696,"children":4698},{"className":4697},[245,713],[4699],{"type":65,"value":1617},{"type":59,"tag":167,"props":4701,"children":4703},{"className":4702},[245,713],[4704],{"type":65,"value":654},{"type":65,"value":4706},"320 to recover\"\nThis ignores that the $310 is already gone—each bet should be evaluated independently.",{"type":59,"tag":60,"props":4708,"children":4710},{"id":4709},"martingale-on-different-games-games",[4711],{"type":65,"value":4712},"Martingale on Different Games {#games}",{"type":59,"tag":160,"props":4714,"children":4716},{"id":4715},"european-roulette-even-money",[4717],{"type":65,"value":4718},"European Roulette (Even Money)",{"type":59,"tag":435,"props":4720,"children":4721},{},[4722,4737],{"type":59,"tag":439,"props":4723,"children":4724},{},[4725],{"type":59,"tag":46,"props":4726,"children":4727},{},[4728,4732],{"type":59,"tag":446,"props":4729,"children":4730},{},[4731],{"type":65,"value":3221},{"type":59,"tag":446,"props":4733,"children":4734},{},[4735],{"type":65,"value":4736},"Value",{"type":59,"tag":472,"props":4738,"children":4739},{},[4740,4753,4766,4779],{"type":59,"tag":46,"props":4741,"children":4742},{},[4743,4748],{"type":59,"tag":479,"props":4744,"children":4745},{},[4746],{"type":65,"value":4747},"Win probability",{"type":59,"tag":479,"props":4749,"children":4750},{},[4751],{"type":65,"value":4752},"48.65%",{"type":59,"tag":46,"props":4754,"children":4755},{},[4756,4761],{"type":59,"tag":479,"props":4757,"children":4758},{},[4759],{"type":65,"value":4760},"House edge",{"type":59,"tag":479,"props":4762,"children":4763},{},[4764],{"type":65,"value":4765},"2.70%",{"type":59,"tag":46,"props":4767,"children":4768},{},[4769,4774],{"type":59,"tag":479,"props":4770,"children":4771},{},[4772],{"type":65,"value":4773},"10-loss streak odds",{"type":59,"tag":479,"props":4775,"children":4776},{},[4777],{"type":65,"value":4778},"1 in 784",{"type":59,"tag":46,"props":4780,"children":4781},{},[4782,4787],{"type":59,"tag":479,"props":4783,"children":4784},{},[4785],{"type":65,"value":4786},"Martingale EV",{"type":59,"tag":479,"props":4788,"children":4789},{},[4790],{"type":65,"value":4791},"-2.70% of total wagered",{"type":59,"tag":160,"props":4793,"children":4795},{"id":4794},"american-roulette-even-money",[4796],{"type":65,"value":4797},"American Roulette (Even Money)",{"type":59,"tag":435,"props":4799,"children":4800},{},[4801,4815],{"type":59,"tag":439,"props":4802,"children":4803},{},[4804],{"type":59,"tag":46,"props":4805,"children":4806},{},[4807,4811],{"type":59,"tag":446,"props":4808,"children":4809},{},[4810],{"type":65,"value":3221},{"type":59,"tag":446,"props":4812,"children":4813},{},[4814],{"type":65,"value":4736},{"type":59,"tag":472,"props":4816,"children":4817},{},[4818,4830,4842,4854],{"type":59,"tag":46,"props":4819,"children":4820},{},[4821,4825],{"type":59,"tag":479,"props":4822,"children":4823},{},[4824],{"type":65,"value":4747},{"type":59,"tag":479,"props":4826,"children":4827},{},[4828],{"type":65,"value":4829},"47.37%",{"type":59,"tag":46,"props":4831,"children":4832},{},[4833,4837],{"type":59,"tag":479,"props":4834,"children":4835},{},[4836],{"type":65,"value":4760},{"type":59,"tag":479,"props":4838,"children":4839},{},[4840],{"type":65,"value":4841},"5.26%",{"type":59,"tag":46,"props":4843,"children":4844},{},[4845,4849],{"type":59,"tag":479,"props":4846,"children":4847},{},[4848],{"type":65,"value":4773},{"type":59,"tag":479,"props":4850,"children":4851},{},[4852],{"type":65,"value":4853},"1 in 608",{"type":59,"tag":46,"props":4855,"children":4856},{},[4857,4861],{"type":59,"tag":479,"props":4858,"children":4859},{},[4860],{"type":65,"value":4786},{"type":59,"tag":479,"props":4862,"children":4863},{},[4864],{"type":65,"value":4865},"-5.26% of total wagered",{"type":59,"tag":68,"props":4867,"children":4868},{},[4869],{"type":59,"tag":72,"props":4870,"children":4871},{},[4872],{"type":65,"value":4873},"Worse game = worse Martingale results",{"type":59,"tag":160,"props":4875,"children":4877},{"id":4876},"blackjack",[4878],{"type":65,"value":4879},"Blackjack",{"type":59,"tag":435,"props":4881,"children":4882},{},[4883,4897],{"type":59,"tag":439,"props":4884,"children":4885},{},[4886],{"type":59,"tag":46,"props":4887,"children":4888},{},[4889,4893],{"type":59,"tag":446,"props":4890,"children":4891},{},[4892],{"type":65,"value":3221},{"type":59,"tag":446,"props":4894,"children":4895},{},[4896],{"type":65,"value":4736},{"type":59,"tag":472,"props":4898,"children":4899},{},[4900,4912,4924],{"type":59,"tag":46,"props":4901,"children":4902},{},[4903,4907],{"type":59,"tag":479,"props":4904,"children":4905},{},[4906],{"type":65,"value":4747},{"type":59,"tag":479,"props":4908,"children":4909},{},[4910],{"type":65,"value":4911},"~42.5% (not even money)",{"type":59,"tag":46,"props":4913,"children":4914},{},[4915,4919],{"type":59,"tag":479,"props":4916,"children":4917},{},[4918],{"type":65,"value":4760},{"type":59,"tag":479,"props":4920,"children":4921},{},[4922],{"type":65,"value":4923},"0.5% with basic strategy",{"type":59,"tag":46,"props":4925,"children":4926},{},[4927,4932],{"type":59,"tag":479,"props":4928,"children":4929},{},[4930],{"type":65,"value":4931},"Problem",{"type":59,"tag":479,"props":4933,"children":4934},{},[4935],{"type":65,"value":4936},"Wins aren't always 1:1",{"type":59,"tag":68,"props":4938,"children":4939},{},[4940],{"type":65,"value":4941},"Martingale poorly suited—blackjack has splits, doubles, blackjack payouts.",{"type":59,"tag":160,"props":4943,"children":4945},{"id":4944},"baccarat-banker",[4946],{"type":65,"value":4947},"Baccarat (Banker)",{"type":59,"tag":435,"props":4949,"children":4950},{},[4951,4965],{"type":59,"tag":439,"props":4952,"children":4953},{},[4954],{"type":59,"tag":46,"props":4955,"children":4956},{},[4957,4961],{"type":59,"tag":446,"props":4958,"children":4959},{},[4960],{"type":65,"value":3221},{"type":59,"tag":446,"props":4962,"children":4963},{},[4964],{"type":65,"value":4736},{"type":59,"tag":472,"props":4966,"children":4967},{},[4968,4980,4992],{"type":59,"tag":46,"props":4969,"children":4970},{},[4971,4975],{"type":59,"tag":479,"props":4972,"children":4973},{},[4974],{"type":65,"value":4747},{"type":59,"tag":479,"props":4976,"children":4977},{},[4978],{"type":65,"value":4979},"45.86%",{"type":59,"tag":46,"props":4981,"children":4982},{},[4983,4987],{"type":59,"tag":479,"props":4984,"children":4985},{},[4986],{"type":65,"value":4760},{"type":59,"tag":479,"props":4988,"children":4989},{},[4990],{"type":65,"value":4991},"1.06%",{"type":59,"tag":46,"props":4993,"children":4994},{},[4995,5000],{"type":59,"tag":479,"props":4996,"children":4997},{},[4998],{"type":65,"value":4999},"Issue",{"type":59,"tag":479,"props":5001,"children":5002},{},[5003],{"type":65,"value":5004},"5% commission on wins",{"type":59,"tag":68,"props":5006,"children":5007},{},[5008],{"type":65,"value":5009},"Martingale works poorly with commission structures.",{"type":59,"tag":60,"props":5011,"children":5013},{"id":5012},"the-bottom-line-conclusion",[5014],{"type":65,"value":5015},"The Bottom Line {#conclusion}",{"type":59,"tag":160,"props":5017,"children":5019},{"id":5018},"what-martingale-actually-does",[5020],{"type":65,"value":5021},"What Martingale Actually Does",{"type":59,"tag":435,"props":5023,"children":5024},{},[5025,5040],{"type":59,"tag":439,"props":5026,"children":5027},{},[5028],{"type":59,"tag":46,"props":5029,"children":5030},{},[5031,5036],{"type":59,"tag":446,"props":5032,"children":5033},{},[5034],{"type":65,"value":5035},"Claim",{"type":59,"tag":446,"props":5037,"children":5038},{},[5039],{"type":65,"value":4360},{"type":59,"tag":472,"props":5041,"children":5042},{},[5043,5056,5069,5082],{"type":59,"tag":46,"props":5044,"children":5045},{},[5046,5051],{"type":59,"tag":479,"props":5047,"children":5048},{},[5049],{"type":65,"value":5050},"\"Guarantees wins\"",{"type":59,"tag":479,"props":5052,"children":5053},{},[5054],{"type":65,"value":5055},"Guarantees eventual catastrophic loss",{"type":59,"tag":46,"props":5057,"children":5058},{},[5059,5064],{"type":59,"tag":479,"props":5060,"children":5061},{},[5062],{"type":65,"value":5063},"\"Beats the house\"",{"type":59,"tag":479,"props":5065,"children":5066},{},[5067],{"type":65,"value":5068},"House edge applies to every bet",{"type":59,"tag":46,"props":5070,"children":5071},{},[5072,5077],{"type":59,"tag":479,"props":5073,"children":5074},{},[5075],{"type":65,"value":5076},"\"Works with discipline\"",{"type":59,"tag":479,"props":5078,"children":5079},{},[5080],{"type":65,"value":5081},"Math doesn't care about discipline",{"type":59,"tag":46,"props":5083,"children":5084},{},[5085,5090],{"type":59,"tag":479,"props":5086,"children":5087},{},[5088],{"type":65,"value":5089},"\"Safe with limits\"",{"type":59,"tag":479,"props":5091,"children":5092},{},[5093],{"type":65,"value":5094},"Limits just delay the inevitable",{"type":59,"tag":160,"props":5096,"children":5098},{"id":5097},"expected-outcome-over-time",[5099],{"type":65,"value":5100},"Expected Outcome Over Time",{"type":59,"tag":167,"props":5102,"children":5104},{"className":5103},[170],[5105,5148],{"type":59,"tag":167,"props":5106,"children":5108},{"className":5107},[175],[5109],{"type":59,"tag":178,"props":5110,"children":5111},{"xmlns":180},[5112],{"type":59,"tag":183,"props":5113,"children":5114},{},[5115,5143],{"type":59,"tag":187,"props":5116,"children":5117},{},[5118,5123,5127,5131,5135,5139],{"type":59,"tag":191,"props":5119,"children":5120},{},[5121],{"type":65,"value":5122},"Long-Term Result",{"type":59,"tag":197,"props":5124,"children":5125},{},[5126],{"type":65,"value":201},{"type":59,"tag":197,"props":5128,"children":5129},{},[5130],{"type":65,"value":801},{"type":59,"tag":191,"props":5132,"children":5133},{},[5134],{"type":65,"value":2468},{"type":59,"tag":197,"props":5136,"children":5137},{},[5138],{"type":65,"value":212},{"type":59,"tag":191,"props":5140,"children":5141},{},[5142],{"type":65,"value":2477},{"type":59,"tag":219,"props":5144,"children":5145},{"encoding":221},[5146],{"type":65,"value":5147},"\\text{Long-Term Result} = -\\text{House Edge} \\times \\text{Total Wagered}\n",{"type":59,"tag":167,"props":5149,"children":5151},{"className":5150,"ariaHidden":229},[228],[5152,5182,5217],{"type":59,"tag":167,"props":5153,"children":5155},{"className":5154},[234],[5156,5160,5169,5173,5178],{"type":59,"tag":167,"props":5157,"children":5159},{"className":5158,"style":703},[239],[],{"type":59,"tag":167,"props":5161,"children":5163},{"className":5162},[245,65],[5164],{"type":59,"tag":167,"props":5165,"children":5167},{"className":5166},[245],[5168],{"type":65,"value":5122},{"type":59,"tag":167,"props":5170,"children":5172},{"className":5171,"style":256},[255],[],{"type":59,"tag":167,"props":5174,"children":5176},{"className":5175},[261],[5177],{"type":65,"value":201},{"type":59,"tag":167,"props":5179,"children":5181},{"className":5180,"style":256},[255],[],{"type":59,"tag":167,"props":5183,"children":5185},{"className":5184},[234],[5186,5190,5195,5204,5208,5213],{"type":59,"tag":167,"props":5187,"children":5189},{"className":5188,"style":703},[239],[],{"type":59,"tag":167,"props":5191,"children":5193},{"className":5192},[245],[5194],{"type":65,"value":801},{"type":59,"tag":167,"props":5196,"children":5198},{"className":5197},[245,65],[5199],{"type":59,"tag":167,"props":5200,"children":5202},{"className":5201},[245],[5203],{"type":65,"value":2468},{"type":59,"tag":167,"props":5205,"children":5207},{"className":5206,"style":285},[255],[],{"type":59,"tag":167,"props":5209,"children":5211},{"className":5210},[290],[5212],{"type":65,"value":212},{"type":59,"tag":167,"props":5214,"children":5216},{"className":5215,"style":285},[255],[],{"type":59,"tag":167,"props":5218,"children":5220},{"className":5219},[234],[5221,5225],{"type":59,"tag":167,"props":5222,"children":5224},{"className":5223,"style":703},[239],[],{"type":59,"tag":167,"props":5226,"children":5228},{"className":5227},[245,65],[5229],{"type":59,"tag":167,"props":5230,"children":5232},{"className":5231},[245],[5233],{"type":65,"value":2477},{"type":59,"tag":68,"props":5235,"children":5236},{},[5237],{"type":65,"value":5238},"Regardless of betting system. Always. Without exception.",{"type":59,"tag":160,"props":5240,"children":5242},{"id":5241},"when-to-use-martingale",[5243],{"type":65,"value":5244},"When to Use Martingale",{"type":59,"tag":68,"props":5246,"children":5247},{},[5248],{"type":59,"tag":72,"props":5249,"children":5250},{},[5251],{"type":65,"value":5252},"Answer: Never for expected profit",{"type":59,"tag":435,"props":5254,"children":5255},{},[5256,5272],{"type":59,"tag":439,"props":5257,"children":5258},{},[5259],{"type":59,"tag":46,"props":5260,"children":5261},{},[5262,5267],{"type":59,"tag":446,"props":5263,"children":5264},{},[5265],{"type":65,"value":5266},"If you want...",{"type":59,"tag":446,"props":5268,"children":5269},{},[5270],{"type":65,"value":5271},"Better strategy",{"type":59,"tag":472,"props":5273,"children":5274},{},[5275,5288,5301],{"type":59,"tag":46,"props":5276,"children":5277},{},[5278,5283],{"type":59,"tag":479,"props":5279,"children":5280},{},[5281],{"type":65,"value":5282},"Entertainment",{"type":59,"tag":479,"props":5284,"children":5285},{},[5286],{"type":65,"value":5287},"Flat betting, accept losses",{"type":59,"tag":46,"props":5289,"children":5290},{},[5291,5296],{"type":59,"tag":479,"props":5292,"children":5293},{},[5294],{"type":65,"value":5295},"Best odds",{"type":59,"tag":479,"props":5297,"children":5298},{},[5299],{"type":65,"value":5300},"Low house edge games, optimal strategy",{"type":59,"tag":46,"props":5302,"children":5303},{},[5304,5308],{"type":59,"tag":479,"props":5305,"children":5306},{},[5307],{"type":65,"value":787},{"type":59,"tag":479,"props":5309,"children":5310},{},[5311],{"type":65,"value":5312},"Become the casino",{"type":59,"tag":160,"props":5314,"children":5316},{"id":5315},"final-verdict",[5317],{"type":65,"value":5318},"Final Verdict",{"type":59,"tag":68,"props":5320,"children":5321},{},[5322],{"type":65,"value":5323},"Martingale is mathematically equivalent to:",{"type":59,"tag":5325,"props":5326,"children":5327},"ol",{},[5328,5333,5338],{"type":59,"tag":89,"props":5329,"children":5330},{},[5331],{"type":65,"value":5332},"Winning $10 frequently",{"type":59,"tag":89,"props":5334,"children":5335},{},[5336],{"type":65,"value":5337},"Losing $10,000+ rarely",{"type":59,"tag":89,"props":5339,"children":5340},{},[5341],{"type":65,"value":5342},"Net loss over time = house edge",{"type":59,"tag":68,"props":5344,"children":5345},{},[5346],{"type":65,"value":5347},"It's a repackaging of the same losing proposition with extra stress and bankroll requirements.",{"type":59,"tag":60,"props":5349,"children":5351},{"id":5350},"related-calculators",[5352],{"type":65,"value":5353},"Related Calculators",{"type":59,"tag":85,"props":5355,"children":5356},{},[5357,5367,5377],{"type":59,"tag":89,"props":5358,"children":5359},{},[5360,5365],{"type":59,"tag":93,"props":5361,"children":5362},{"href":22},[5363],{"type":65,"value":5364},"Martingale Simulator",{"type":65,"value":5366}," - See why it fails",{"type":59,"tag":89,"props":5368,"children":5369},{},[5370,5375],{"type":59,"tag":93,"props":5371,"children":5372},{"href":23},[5373],{"type":65,"value":5374},"Bankroll Calculator",{"type":65,"value":5376}," - Understand requirements",{"type":59,"tag":89,"props":5378,"children":5379},{},[5380,5385],{"type":59,"tag":93,"props":5381,"children":5382},{"href":24},[5383],{"type":65,"value":5384},"Session Simulator",{"type":65,"value":5386}," - Compare to flat betting"]