Home/Soccer Analytics/Turnover & Risk-Adjusted Expected Threat

Turnover & Risk-Adjusted Expected Threat

Expected Value ModelsLevel 3 — Advanced

What It Is

An extension of the standard xT model that adds two critical components: (1) a turnover penalty — when a player loses the ball, they lose all the xT their team had built up PLUS the opponent gains xT from the recovery location (computed as the 180° pitch rotation of the loss zone), and (2) a defensive risk term — the inherent risk of moving the ball in your own half, computed as P(losing ball) × opponent's xT from recovery position. This produces a pitch map where holding the ball deep in your own half shows NEGATIVE xT — confirming the intuition that passing across your own penalty area is dangerous — while standard xT shows those passes as neutral.

Correct Execution

Modify the xT per-action calculation in two cases:

For turnovers (lost possession):
Action xT = -(starting zone xT) - xT(opponent recovery zone)
Where opponent recovery zone = 180° rotation of the loss location (because the opponent builds out from there).
A turnover in the opponent's half is mildly negative (opponent starts deep). A turnover in your own half is extremely negative (opponent starts near your goal).

For the movement term (risk adjustment):
Movement value = P(move XY→ZW) × xT(ZW) - P(lose ball during move) × xT(opponent recovery zone AB)
This means every pass and carry now has both a reward component (threat generated if successful) and a risk component (threat conceded if the ball is lost).

For shot-taking:
Shot xT = shot xG - zone xT
This measures how well the player maximized their shooting opportunity given their position. A player who finds space and opens a clear angle generates more shot xT than one who shoots through traffic from the same zone.

Progression Levels

Diagnostic Tree

Coaching Cues

  • "If Salah shows negative passing threat, your model is penalizing ambition, not quality."
  • "Negative xT from your center-back means they're a liability on the ball."
  • "Standard xT says passing across your own box is neutral. Risk-adjusted xT says it's dangerous. Which one matches reality?"

Common Errors

  1. Not rotating the pitch for opponent recovery: The opponent's xT from a turnover must be computed from THEIR perspective (180° rotation), not from the attacking team's perspective.
  2. Treating the over-penalization as a bug rather than a known limitation: Top attackers showing negative pass xT is expected with this model. Acknowledge it and use the "expected expected threat" adjustment when available.
  3. Using risk-adjusted xT for cross-position comparison without context: Attackers face fundamentally different risk environments than defenders. Compare within position groups.

Edges

🔑 Hidden Causal Lever

Standard xT Says Passing Across Your Own Box Is Neutral. It's Extremely Dangerous.

Standard xT assigns near-zero to lateral passes across your penalty area. Risk-adjusted xT makes these strongly negative — correctly reflecting extreme danger if intercepted.

What most people do
Use standard xT, blind to defensive risk.
What the best do
Implement turnover penalty and risk adjustment to reveal which defenders put the team at risk.
Why it's an edge: Defender recruitment on standard xT misses the risk dimension. A CB who progresses well but creates dangerous turnovers looks good on standard xT.
How to exploit: Rank CBs by net xT (progression minus risk). Target defenders who progress WITHOUT negative-xT turnovers.
Cross-domain parallel
Risk-adjusted returns in finance — raw return without volatility adjustment overvalues high-variance strategies.
PhD student, StatsBomb Conference, 2019-10-30

Sources

  • PhD student, StatsBomb Innovation in Football Conference, YouTube, 2019-10-30 — presented turnover penalty and defensive risk modifications to xT; showed defender buildup valuation; identified attacker over-penalization as key limitation; proposed "expected expected threat" concept