mlb_game_win_probability
Get per-play win probability data for an MLB game by game ID. Returns home/away win probabilities and leverage index after each play, with an optional snapshot time.
Instructions
Win-probability time series for a game — WP after each play, with leverage index.
Returns: [{atBatIndex, homeTeamWinProbability, awayTeamWinProbability, leverageIndex, homeTeamWinProbabilityAdded}] (top-level array)
Auth: none needed.
Also answers this: espn_core_call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gamePk | Yes | Game id. Required — part of the URL path. | |
| timecode | No | Point-in-time snapshot (YYYYMMDD_HHMMSS). |