πΈ$100 Balance πΈ> will either return $50 or $400.
This IOW strategy is a great way to try and spike a balance while maintaining minimal risk. It is extremely rare to crash an entire balance of $100 over a thousand rolls and will theoretically hit once every 10,000 rolls (we are giving ourselves a 10% chance with 1k rolls). Hitting a streak of 4 will return over $300 profit leaving a balance >$400. Missing the streak will typically cost about half of the starting balance ( $50 )
"name": "Custom Strategy",
"params": {
"initialBet": 0.15,
"winChance": 10.01,
"increaseOnWin": 500,
"increaseOnLose": 0,
"resetOnWinStreak": 0,
"resetOnLoseStreak": 1,
"profitTarget": 100,
"numRolls": 1000,
"initialBalance": 100