View on GitHub

Staking Plans

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

Retirement Staking Plan

Overview

A target-based staking plan where you aim to achieve a set profit target within a fixed number of bets. Stakes are calculated to reach the target while managing risk through a divisor that adjusts based on results.

How It Works

  1. Set a profit target and a divisor (e.g., target = £100, divisor = 10)
  2. Stake = Target / Divisor (£100/10 = £10 for the first bet)
  3. Win: Reduce target by profit won, reduce divisor by 1
  4. Loss: Add lost stake to target, divisor stays the same

The plan “retires” when the target reaches zero (profit achieved).

Formula

\[S = \frac{T}{D}\]

Where:

After a win: $T_{new} = T - \text{profit}$, $D_{new} = D - 1$ After a loss: $T_{new} = T + \text{stake lost}$, $D_{new} = D$

Parameters

Parameter Type Default Description
target number 100 Profit target to achieve
divisor number 10 Initial divisor (controls stake size)

Risk Assessment

When to Use

When to Avoid

Betfair Exchange Notes


Sources