View on GitHub

Staking Plans

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

Fibonacci Staking Plan

Overview

A negative progression system using the Fibonacci sequence (1, 1, 2, 3, 5, 8, 13, 21…). After a loss, move one step forward in the sequence. After a win, move two steps back. The goal is to recover losses through progressively larger stakes.

How It Works

Formula

The Fibonacci sequence:

\[F_0 = 1, \quad F_1 = 1, \quad F_n = F_{n-1} + F_{n-2}\]

Sequence: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144…

Stake: $S = F_n \times \text{unit}$, where $n$ is your current position in the sequence.

Parameters

Parameter Type Default Description
unit number 1 Base unit size for the sequence

Risk Assessment

When to Use

When to Avoid

Betfair Exchange Notes

Comparison with Martingale

  Fibonacci Martingale
Growth rate Moderate Exponential
Recovery steps 2 steps back per win Reset to start per win
10-loss sequence stake 89 units 1,024 units
Risk High Very High

Sources