When Data Lies: Finding Optimal Strategies for Penalty Kicks with Game Theory

· Source: Towards Data Science · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Intermediate, medium

Summary

This analysis explores football penalty kicks as a controlled environment for studying strategic decision-making under uncertainty, using game theory to explain why raw historical data can be misleading. It models penalty kicks as a two-player zero-sum game where kickers and goalkeepers simultaneously choose one of three directions: Left, Center, or Right. The article constructs a payoff matrix representing scoring probabilities for each player combination, first with a simplified "toy model" and then by estimating probabilities from 103 penalty kicks in the 2016-2017 English Premier League season. It identifies Nash equilibrium mixed strategies for both players, revealing that optimal play requires randomization. The analysis finds that while kickers generally behave near optimally, goalkeepers significantly deviate by staying central less often than the optimal 17%, explaining the observed high success rate of center shots.

Key takeaway

For AI Scientists developing data-driven decision systems in competitive environments, you should recognize that historical data reflects strategic equilibria, not intrinsic action superiority. Your models must account for adaptive agent behavior, as a strategy appearing optimal in past data may fail once competitors react. Focus on understanding the underlying mechanisms and strategic interactions to avoid mistaking descriptive statistics for prescriptive guidance.

Key insights

Optimal decisions in strategic interactions cannot be inferred from raw historical averages alone.

Principles

Method

Model strategic interactions as a zero-sum game with a payoff matrix. Solve for Nash equilibrium mixed strategies to determine optimal randomized actions, then compare with observed behavior.

In practice

Topics

Best for: AI Scientist, Data Scientist, AI Data Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Towards Data Science.