---
title: 'Betting Loss: Theory and Applications'
url: https://www.emergentmind.com/topics/betting-loss
type: topic
---

# Betting Loss: Theory and Applications

Searching arXiv for recent and relevant papers on betting loss and related betting-based methods.
Betting loss is not a single object but a family of mathematically related notions that arise in gambling theory, sequential concentration, learning theory, and market design. Across recent arXiv literature, it can denote a bettor’s negative return or ruin event, a bookmaker’s worst-case payout burden, a bookmaker’s “sure loss” under incoherent odds, or a betting-inspired surrogate objective for statistical estimation [1901.03645; 2506.16253; 2507.12584]. A common structural motif is multiplicative wealth or liability evolution under repeated decisions: gains and losses are accumulated pathwise, and analysis proceeds through martingales, convex duality, chance constraints, or minimax dynamic programming. In a further theoretical extension, Kolmogorov-Loveland betting strategies are shown to “lose the Betting game on open sets,” meaning that no finite family of such strategies can force arbitrarily large capital on every sequence in every sufficiently small effective open set [2403.19817].

## 1. Term, scope, and core quantities

In bettor-centric work, betting loss is usually measured directly in monetary or wealth terms. Examples include return on investment,
\[
ROI = \frac{\text{Total Return} - \text{Total Stake}}{\text{Total Stake}},
\]
capital loss as \(-ROI\), the maximal bet size \(M\), the maximal deficit, and ruin probability
\[
f(x,p):=P(W_n\le 0\text{ for some }n\mid W_0=x),
\]
depending on the model under study [2604.08251; 1808.06642; 2512.10754]. In bookmaker-centric work, loss becomes liability: under fixed odds it may be the existence of a nonnegative combination of gambles that forces the bookmaker into sure loss, whereas in online bookmaking it is the minimax total payout
\[
\mathcal{L}_{T,K}=\inf_{\Psi^T}\max_{q^T\in\Delta^T}\max_{k\in[K]}\sum_{t=1}^T \frac{q_t(k)}{r_t(k)}
\]
against adversarial bettors and outcomes [1901.03645; 2506.16253].

A distinct usage appears in statistical learning. For \([0,1]\)-valued regression, “betting loss” is a novel loss function constructed from log-wealth increments, and its minimizer yields a variance-adaptive second-order generalization bound without explicit variance modeling [2507.12584]. In sequential concentration, betting enters not as a loss function but as a proof device: a nonnegative wealth process with a pathwise lower bound in terms of
\[
M_t:=\sum_{i=1}^t g_i,\qquad S_t:=\sum_{i=1}^t g_i^2
\]
is converted into a time-uniform martingale deviation inequality and then into an empirical Bernstein law of the iterated logarithm [2605.22124].

These usages are conceptually linked by the same asymmetry. Small, frequent gains may coexist with rare but catastrophic liabilities; conversely, carefully controlled betting fractions can generate concentration guarantees or robust estimation procedures. This suggests that “betting loss” is best understood as a structural notion of cumulative exposure rather than as a single application-specific metric.

## 2. Betting loss as a regression objective

For i.i.d. \([0,1]\)-valued regression with realizability,
\[
\mathbb E[y\mid x]=f^*(x),\qquad f^*\in\mathcal F,
\]
the standard target is small expected absolute prediction error
\[
\mathbb E_{x\sim\mathcal D_X}\bigl[|f^*(x)-\hat f(x)|\bigr].
\]
The classical squared-loss minimizer gives a worst-case-style guarantee, while the log-loss minimizer yields a first-order bound scaling with \(\mathbb E[f^*(x)(1-f^*(x))]\) rather than a purely worst-case variance proxy [2507.12584]. The reported log-loss guarantee is
\[
\mathbb E_x|\hat f_x-f_x^*| \le 8\sqrt{\mathbb E[f_x^*(1-f_x^*)]\frac{\ln(|\mathcal F|/\delta)}{n} +4\frac{\ln(|\mathcal F|/\delta)}{n}}.
\]

The betting loss is introduced to obtain a strict second-order improvement. For clipping parameter \(c\in[0,1/4]\) and scale parameter \(\phi\),
\[
H_{\phi,c}(h,f) := \sum_{(x,y)\in D_n} \ln\Bigl(1 + (y-f_x)\,\clip{\phi(h_x-f_x)}_{[-c,c]}\Bigr),
\]
and the empirical objective is
\[
L(f):=\max_{h\in\mathcal F}\max_{\phi\in[0,\phi]}\max_{c\in[0,1/4]} \frac1n\sum_{(x,y)\in D_n}\ln\Bigl(1+(y-f_x)\clip{\phi(h_x-f_x)}_{[-c,c]}\Bigr).
\]
The estimator is
\[
\hat f=\arg\min_{f\in\mathcal F}L(f).
\]
The log term is explicitly interpreted as a log-wealth increment of a gambler betting on the residual \(y-f_x\); the maximization over \(h,\phi,c\) induces a robust minimax geometry [2507.12584].

The main guarantee is variance-adaptive. Writing
\[
\sigma_x^2 := \mathbb E\bigl[(y-f^*(x))^2\mid x\bigr],
\]
the paper states that with probability at least \(1-\delta\), for all \(f\in\mathcal F\),
\[
\mathbb E_x |f_x-f_x^*| \le c_1 \sqrt{ \mathbb E_x\!\left[\sigma_x^2\right] \frac{\ln\!\bigl((|\mathcal F|n)/\delta\bigr)}{n} +\max\{L(f)-L(f^*),0\} } + c_2\frac{\ln\!\bigl((|\mathcal F|n)/\delta\bigr)}{n} + c_3(L(f)-L(f^*)).
\]
For \(\hat f=\arg\min_f L(f)\), the excess term vanishes, giving
\[
\mathbb E_x |\hat f_x - f_x^*| \lesssim \sqrt{ \mathbb E_x[\sigma_x^2]\, \frac{\ln(|\mathcal F|n/\delta)}{n} } + \frac{\ln(|\mathcal F|n/\delta)}{n}.
\]
The result is termed variance-adaptive because no knowledge of the variance is used by the algorithm, in contrast to explicit modeling of label variance or the label distribution itself as part of the function class [2507.12584].

The same betting perspective also sharpens PAC-Bayes concentration. A coin-betting PAC-Bayes inequality controls posterior averages of the exact optimal log-wealth
\[
\psi_n^{\star}(\theta,\mu_\theta) := \max_{\lambda \in \left[-\frac{1}{1-\mu_\theta},\frac{1}{\mu_\theta}\right]} \sum_{i=1}^n \ln\!\big(1+\lambda(f(\theta,X_i)-\mu_\theta)\big),
\]
simultaneously for all sample sizes, and earlier Bernoulli-KL and empirical Bernstein PAC-Bayes bounds are recovered as relaxations [2302.05829]. This suggests a broader role for betting loss constructions: they preserve exact log-wealth structure longer than quadratic surrogates do, and the retained structure translates into tighter statistical guarantees.

## 3. Wealth processes, concentration, and LIL behavior

A central betting-based construction begins with outcomes \(g_t\in[-1,1]\). At round \(t\), the bettor chooses \(w_t\) based on \(g_1,\dots,g_{t-1}\) and receives payoff \(w_tg_t\), so
\[
\mathrm{Wealth}_T=1+\sum_{t=1}^T w_t g_t.
\]
A key representation is a mixture over constant fractional bets \(\beta\in[-1,1]\): if \(P\) is a distribution over \(\beta\), then
\[
w_t = E_{\beta\sim P}\!\left[\beta \prod_{i=1}^{t-1}(1+\beta g_i)\right],
\]
and hence
\[
\mathrm{Wealth}_t =E_{\beta\sim P}\!\left[\prod_{i=1}^t (1+\beta g_i)\right].
\]
Because \(1+\beta g_i\ge 0\) whenever \(|\beta|\le 1\) and \(|g_i|\le 1\), the wealth process is nonnegative [2605.22124].

The specific prior used in the empirical Bernstein LIL analysis is symmetric around \(0\) with density proportional to
\[
\frac{\log \gamma}{2}\,\frac{1}{|\beta|\,\log^2(|\beta|/\gamma)},\qquad \beta\in[-1,1],
\]
for \(\gamma>1\). The empirical optimizer is
\[
\hat\beta_t=\frac{\sum_{i=1}^t g_i}{\left|\sum_{i=1}^t g_i\right|+\sum_{i=1}^t g_i^2},
\]
and the key convex-analytic quantity is
\[
\Psi(x)=x-\log(1+x).
\]
A related conjugacy calculation yields
\[
f^*(x)=|x|-\log(1+|x|)\ge \frac{x^2}{2(|x|+1)},
\]
which is what allows interpolation between Gaussian-like \(\sqrt{S_t}\) behavior and linear-in-\(S_t\) logarithmic corrections [2605.22124].

The resulting lower bound on wealth has leading term
\[
\alpha\, S_t\, \Psi\!\left(\frac{|M_t|}{S_t}\right), \qquad M_t:=\sum_{i=1}^t g_i,\quad S_t:=\sum_{i=1}^t g_i^2.
\]
When \((g_t)\) is a martingale difference sequence with \(|g_t|\le 1\), the wealth process is a martingale under any predictable betting strategy, and Doob’s maximal inequality gives
\[
\Pr\!\left(\sup_t \mathrm{Wealth}_t \ge \frac{1}{\delta}\right)\le \delta.
\]
Combining maximal control with the pathwise lower bound yields a uniform-in-time inequality, which can then be inverted through
\[
\Psi^{-1}(y)=-W_{-1}(-e^{-y-1})-1,
\]
and
\[
\Psi^{-1}(y)\le y+\log(1+y+\sqrt{2y})\le 2y+\sqrt{2y}.
\]
A readable deviation form is
\[
|M_t| \le \frac{2}{\alpha}\log\frac{A_t}{\delta} +\sqrt{\frac{2S_t}{\alpha}\log\frac{A_t}{\delta}},
\]
where
\[
A_t= \frac{\left(\log(\gamma)+\log\frac{1}{\alpha} +\log\!\left(1+\sqrt{\frac{\alpha}{2}S_t}\right)\right)^2} {0.5\log(\gamma)\log\frac{1}{\alpha}}.
\]
This is an empirical Bernstein-style law of the iterated logarithm: finite-time, data-dependent, self-normalized, and uniform over time [2605.22124].

The same broad template appears in PAC-Bayes coin-betting. There, the exact object is the posterior average of optimal log-wealth rather than a relaxed quadratic expression, and confidence sequences are obtained by retaining this exact wealth formulation until the final inversion step [2302.05829]. A plausible implication is that “betting loss” methods are not merely analogies to gambling; they are a reusable analytical mechanism for deriving sharp time-uniform inequalities from nonnegative wealth processes.

## 4. Ruin, bankroll dynamics, and staking systems

In classical gambling models, betting loss is often dominated by path-dependent staking rules rather than by unfavorable expected value alone. The Labouchere system is exemplary. Starting from a list \(L=(\ell_1,\dots,\ell_j)\) of positive numbers, the player bets
\[
b(L)= \begin{cases} 0,& j=0,\\ \ell_1,& j=1,\\ \ell_1+\ell_j,& j\ge 2, \end{cases}
\]
deleting the first and last entries on a win and appending the lost bet on a loss. The maximal bet is
\[
M:=\sup_m b(L_m).
\]
For \(p>c\), where \(c\approx 0.613763\) solves
\[
(c-1)^2c=\frac{8}{27(1+\sqrt5)},
\]
the expectation \(E[M]\) is finite, partially answering a question of Grimmett and Stirzaker [1808.06642]. A related simulation study describes the same system as psychologically appealing because it may produce apparently consistent linear returns, yet it contains a “fatal flaw”: after a losing streak the next required wager can exceed available capital, and with continued play the bankroll balance is described as tending toward zero [1707.00529].

A different reactive rule reverses familiar martingale intuition. If
\[
W_n=W_{n-1}+\xi_n B_n,\qquad B_{n+1}=B_n2^{\xi_n},
\]
then the next bet doubles after a win and halves after a loss. The ruin probability
\[
f(x,p):=P(W_n\le 0\text{ for some }n\mid W_0=x)
\]
satisfies the exact threshold
\[
f(x,p)<1 \iff x>2 \text{ and } p<\tfrac12.
\]
Thus survival with positive probability occurs only when the game is unfavorable and the initial fortune exceeds \(2\) [2512.10754]. The paper derives the functional equation
\[
f(x,p)=p\,f\!\left(\frac{x+1}{2},p\right)+(1-p)\,f(2x-2,p), \qquad x>2,\; 0<p<\tfrac12,
\]
shows that \(f(x,\cdot)\) is increasing and real-analytic in \(p\), and proves that \(x\mapsto f(x,p)\) is singular continuous and Hölder continuous [2512.10754]. The underlying mechanism is that wins increase stake size and thereby magnify later exposure.

Kelly-style strategies illustrate a complementary point: positive expected growth does not preclude severe realized loss. In feedback-control form,
\[
V(k+1)=V(k)+u(k)X(k), \qquad u(k)=KV(k),
\]
and survivability is exact:
\[
V(k)>0 \ \forall k,\ \forall \text{ sample paths} \iff -\frac{1}{X_{\max}}<K<\frac{1}{|X_{\min}|}.
\]
A Taylor approximation yields
\[
K_{\text{approx}}^*=\frac{\mu}{\mu^2+\sigma^2},
\]
but this may lie outside the survivable interval; in the paper’s example, \(K_{\text{approx}}^*\approx 1.84\) while the admissible interval is \((-5,1.111\ldots)\), so a single worst-case loss drives wealth negative [2004.14048]. Uncertainty in probability estimates creates a related overbetting problem. In horse-race Kelly betting with logistic-normal uncertainty, the standard plug-in model reduces total expected return from \(27.463\) under true probabilities to \(18.134\), while a combined expectation-plus-chance-constraint model reaches \(18.484\) [1701.02814].

Empirical work on human play shows that even favorable odds do not prevent betting losses when stake sizing is poor. In a 60/40 biased-coin experiment with \(61\) quantitatively trained participants, \(18\) subjects went all in on a single flip, \(41\) subjects bet on tails at some point despite the stated bias toward heads, about \(30\%\) went bust, more precisely \(28\%\) received no payout, only \(21\%\) reached the \(\$250\) cap, and the average payout was \(\$91\) [1701.01427]. In exotic horse wagering, the response is to impose a chance constraint on the probability of obtaining at least threshold return \(v\) within horizon \(\tau\):
\[
\tilde{\pi}_x \ge 1-\alpha^{1/\tau}.
\]
The corresponding mixed-integer nonlinear program trades off Kelly-style growth against losing-streak control, and shorter tolerated streaks empirically reduce return while making the strategy more selective [1503.06535].

## 5. Market behavior, promotions, and observed bettor losses

A bookmaker’s offers can be represented as a set of desirable gambles, and the coherence question becomes whether this set avoids sure loss. For odds \(a_i/b_i\) on outcome \(\omega_i\), the bookmaker’s gamble is
\[
g_i(\omega)\coloneqq \begin{cases} -a_i & \text{if } \omega=\omega_i,\\ b_i & \text{otherwise.} \end{cases}
\]
A collection \(\mathcal D=\{g_1,\dots,g_n\}\) avoids sure loss if
\[
\max_{\omega\in\Omega}\left(\sum_{i=1}^n \lambda_i g_i(\omega)\right)\ge 0 \quad\text{for all }\lambda_i\ge 0.
\]
If this fails, the bookmaker incurs sure loss and the customer has sure gain [1901.03645]. With fixed fractional odds, the induced upper probability is
\[
\overline p(\omega_i)=\frac{b_i}{a_i+b_i},
\]
and the odds avoid sure loss iff
\[
\sum_{i=1}^n \overline p(\omega_i)\ge 1.
\]
Free coupons can break this coherence. The paper models “first bet + free second bet” through a derived gamble \(g_{\omega_i\omega_j}\), computes \(\overline E_{\overline p}(g_{\omega_i\omega_j})\) by the Choquet integral, and interprets any negative value as exploitable. In the simplified Forest example,
\[
\overline E_{\overline p}(g_{DL})=-\frac{47}{21}<0,
\]
so the customer can secure a gain of \(47/21\) pounds [1901.03645].

Behavioral betting losses need not arise from arbitrage failure; they may instead reflect systematically biased stake allocation. In Bundesliga in-play betting after an equalizing goal at \(1\!-\!1\), the equalizer coefficient in the bettor stake regression is
\[
\beta_2 = 0.127 \quad (\text{significant at }1\%),
\]
meaning \(12.7\) percentage points higher relative stake on the team that scored the equalizer. The paper also reports \(35.7\%\) higher stakes at controls’ means, \(46.5\%\) in another specification, and \(19.4\) percentage points in the second half [2211.06052]. Yet the equalizer coefficient is insignificant in both the outcome regression and the odds regression, and the average overround after the equalizer is \(7.9\%\). The reported ROI from always backing the equalizing team is \(0.6\%\) for strong favourites, \(-20.1\%\) for moderate favourites, \(-7.4\%\) for moderate longshots, and \(-23.3\%\) for strong longshots, leading the paper to conclude that betting on apparent momentum would lead to substantial losses [2211.06052].

Not all empirical work finds persistence after losses. In mobile sports betting among over \(50{,}000\) Kenyan smartphone users, gamblers are less likely to bet following poor results and more likely to bet following good results, with nearly symmetric magnitudes: a positive feedback shock raises the probability of betting by about \(2.8\) percentage points, while a negative feedback shock lowers it by about \(2.9\) percentage points [2011.00432]. The paper interprets this as consistent with Bayesian updating and finds no evidence that increased betting leads to increased debt under its instrumental-variables design [2011.00432]. This suggests that loss-chasing is not the only possible behavioral response; learning from losses is empirically observable in some settings.

Social-media-mediated betting adds another layer. Tracking \(5{,}467\) verified pre-match bets from three Nigerian tipsters over approximately \(\$4.8\) million in tracked volume, one study reports that the influencers themselves collectively lost \(25.24\%\) on their promoted bets, while a flat-staking follower would lose \(38.27\%\) [2604.08251]. The overall win rate is \(10.39\%\), low odds \(<10\) still lose about \(10\%\), and high odds \(>100\) lose about \(74\%\). Fixed Return performs best among the tested staking strategies, followed by Inverse, then Square Root, with Flat worst, but none are profitable [2604.08251]. At a more structural level, the two-armed Futurity bandit formalizes the slogan “long bet will lose”: even if each arm is individually calibrated to look fair, the combined two-armed system yields asymptotic casino profit
\[
R=2QS>0 \quad \text{when } p_A\neq p_B,
\]
with equality only when \(p_A=p_B\) [2212.11766]. A plausible implication is that many observed betting losses are generated not by isolated bad forecasts but by architectures that are fair-looking locally and unfavorable globally.

## 6. Bookmaker loss and adversarial online odds

In online bookmaking, betting loss is the bookmaker’s worst-case total payout burden in a repeated game where odds can be updated sequentially. With \(K\) outcomes and \(T\) rounds, the bookmaker chooses \(r_t\in\Delta^{K-1}\), the gambler chooses \(q_t\in\Delta^{K-1}\), and if outcome \(k\) realizes then round-\(t\) liability is
\[
\frac{q_t(k)}{r_t(k)}.
\]
The total worst-case loss is therefore
\[
\mathcal{L}_{T,K} = \inf_{\Psi^T}\; \max_{q^T \in \Delta^T}\; \max_{k \in [K]} \sum_{t=1}^{T} \frac{q_t(k)}{r_t(k)}.
\]
This quantity determines net gain under overround \(\Gamma\): after collecting \(T\) betting units, the bookmaker keeps
\[
T - \frac{1}{\Gamma}\mathcal{L}_{T,K}.
\]
The exact solution is that \(\mathcal{L}_{T,K}\) is the largest real root of
\[
\mathcal{P}_{T,K}(x) = \sum_{m=0}^{K} \binom{K}{m}\,\risingfact(-T, K-m)\,x^m
\]
[2506.16253].

For \(K=2\), the polynomial reduces to
\[
x^2-2Tx+T(T-1),
\]
whose largest root is
\[
\mathcal{L}_{T,2}=T+\sqrt{T}.
\]
This is precisely the binary solution obtained via bi-balancing trees [2501.06923]. In that formulation, decisive gamblers \(q_t\in\{0,1\}\) are the worst-case adversaries, and the optimal strategy equalizes house loss across all decisive paths. The guaranteed bookmaker gain is
\[
T-\frac{T+\sqrt T}{\Gamma},
\]
so positive guaranteed profit is possible iff
\[
\Gamma>1+\frac{1}{\sqrt T}
\]
[2501.06923].

The many-outcome theory sharpens this picture. The Bellman value function is
\[
V_H^K(s) = \inf_{r \in \Delta^{K-1}} \max_{q \in \Delta^{K-1}} V_{H-1}^K\!\left(s + q \oslash r\right), \qquad V_0^K(s)=\max_{k\in[K]} s(k),
\]
and the paper explicitly characterizes the Bellman-Pareto frontier. The corresponding optimal opportunistic bookmaking loss from state \(s\) is again a largest root of a state-dependent polynomial, and the optimal odds are given by a closed form involving denominator polynomials \(\mathcal D_{H,K}\) [2506.16253]. The worst-case loss is attained against decisive gamblers, but when the gambler is non-decisive the bookmaker can do better than the minimax benchmark by recomputing the opportunistic continuation value [2506.16253].

Asymptotically, for fixed \(K\),
\[
\mathcal{L}_{T,K}=T+R_{T,K},\qquad R_{T,K}=O(\sqrt T),
\]
so
\[
\frac{\mathcal{L}_{T,K}}{T}\to 1.
\]
The leading regret coefficient
\[
\beta_K=\lim_{T\to\infty}\frac{R_{T,K}}{\sqrt{T}}
\]
is the largest root of the \(K\)-th probabilist’s Hermite polynomial \(He_K\) [2506.16253]. In the paper’s terminology, this means bookmakers can be “as fair as desired” while avoiding financial risk. More precisely, fairness here means that the excess liability above collected stakes is sublinear, not that the market is neutral in any behavioral or welfare sense.

Source: https://www.emergentmind.com/topics/betting-loss