get_espn_event_odds {nhlscraper} | R Documentation |
Get event (game) odds by ESPN Event (Game) ID
Description
get_espn_event_odds()
retrieves information on each provider for a given event
, including but not limited to its name, favorite and underdog teams, and money-line and spread odds. Access get_espn_events()
for event
reference.
Usage
get_espn_event_odds(event = 401687600)
Arguments
event |
integer ESPN Event (Game) ID |
Value
tibble with one row per provider
Examples
NJD_BUF_2024_10_04_odds <- get_espn_event_odds(event=401687600)
[Package nhlscraper version 0.2.0 Index]