| fox_cfb_odds | R Documentation |
Flattens the Bifrost event/{id}/odds matchup six-pack (spread / to win / total).
fox_cfb_odds(game_id)
game_id |
(character/numeric, required): Fox Bifrost event id (e.g. |
A cfbfastR-tagged tibble with one row per team:
game_id: character.: Fox event id echoed back.
team: character.: Team full name.
spread: character.: Point spread.
to_win: character.: Moneyline ("to win").
total: character.: Over/under total.
Returns an empty tibble when no market is posted for the game.
try(fox_cfb_odds(game_id = "41616"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.