View on GitHub

Staking Plans

Comprehensive catalog of 71 betting staking plans — back, lay, and each-way. Built for AI agents and humans.

Divide-by-N Recovery

Overview

A two-phase recovery plan: after accumulating losses, divide the total loss by N and then aim to win N consecutive bets at that calculated stake. If you lose during the N-win streak, recalculate and restart. Clever, but demands discipline and a reasonable strike rate.

How It Works

Phase 1 — Initial bet: Bet at base stake. If it loses, attempt one recovery bet to recoup. If that also loses:

Phase 2 — Divide-and-conquer:

  1. Calculate total loss from the failed recovery sequence
  2. Divide total loss by N (e.g., 4)
  3. The result is your new stake
  4. Place this stake on the next N bets — you need to win ALL N in a row
  5. If you win N in a row: Total loss is recovered → return to Phase 1
  6. If you lose during the N-win streak: Recalculate total loss (including the new losses), divide by N again, restart the N-win attempt

Example (N=4, £10 base):

Parameters

Parameter Type Default Description
base_stake number 10 Starting stake
N number 4 Divisor and consecutive wins needed
max_stake number Optional absolute stake cap
max_cycles number Maximum divide-and-conquer attempts before giving up

Risk Assessment

⚠️ Critical Warning

Winning N consecutive bets is geometrically harder than winning any single bet. At a 70% strike rate, the probability of 4 consecutive wins is 0.7⁴ = 24%. At 50%, it’s just 6.25%. This plan can enter very long recovery cycles.

When to Use

When to Avoid

Betfair Exchange Notes


Sources