-
Notifications
You must be signed in to change notification settings - Fork 22
Description
I noticed that the espn_nba_betting() and espn_mbb_betting() functions only return data for relatively recent games (roughly within the past month). Betting data for older games does not appear to be available.
For example, espn_nba_betting(401809802) successfully returns betting data for the Wizards vs. Pacers game played on 12/14/2025 (https://www.espn.com/nba/game/_/gameId/401836797/wizards-pacers). However, espn_nba_betting(401809781) fails to return betting data for the Heat vs. Knicks game played on 11/14/2025 (https://www.espn.com/nba/game/_/gameId/401809781/heat-knicks)
Additionally, betting data from older seasons (both NBA and college basketball) appears to be unavailable entirely. Could someone investigate this? Specifically, is ESPN no longer providing betting data for older games? If so, is there any way to recover or access historical betting data?