View on GitHub

Staking Plans

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

D’Alembert Staking Plan

Overview

A moderate negative progression system: increase stake by 1 unit after a loss, decrease by 1 unit after a win. Much less aggressive than Martingale or Fibonacci. Based on the (mathematically false) “law of equilibrium” — the belief that wins and losses eventually balance out.

How It Works

Formula

\[S_{i+1} = \begin{cases} S_i + 1 & \text{if bet } i \text{ lost} \\ \max(S_i - 1, 1) & \text{if bet } i \text{ won} \end{cases}\]

Parameters

Parameter Type Default Description
base_unit number 1 Starting and minimum stake
increment number 1 Amount to increase/decrease (default 1 unit)

Risk Assessment

When to Use

When to Avoid

Betfair Exchange Notes

Comparison

Plan Stake After 5 Losses Stake After 10 Losses Recovery Style
D’Alembert 6 units 11 units Linear
Fibonacci 8 units 89 units Exponential-ish
Martingale 32 units 1,024 units Doubling

Sources