Learn R Programming

hoopR (version 3.1.0)

fox_basketball_odds: Get Fox Sports Basketball Game Odds

Description

Get Fox Sports Basketball Game Odds

Get Fox Sports Basketball Game Odds

Usage

fox_nba_odds(game_id)

fox_mbb_odds(game_id)

Value

A hoopR_data tibble, one row per team: game_id, team, plus the six-pack odds columns (spread / to-win / total). Empty when no market.

Arguments

game_id

Fox Bifrost event id.

Author

Saiem Gilani

See Also

Other Fox Basketball Functions: fox_basketball_boxscore, fox_basketball_league_leaders, fox_basketball_pbp, fox_basketball_standings, fox_basketball_team_gamelog, fox_basketball_team_roster, fox_basketball_team_stats, fox_basketball_teams, fox_mbb_teams_all()

Examples

Run this code
# \donttest{
  try(fox_nba_odds("106422"))
# }

Run the code above in your browser using DataLab