fox_cfb_odds: *Get Fox Sports college football game odds*

View source: R/fox_cfb.R

fox_cfb_oddsR Documentation

Get Fox Sports college football game odds

Description

Flattens the Bifrost event/{id}/odds matchup six-pack (spread / to win / total).

Usage

fox_cfb_odds(game_id)

Arguments

game_id

(character/numeric, required): Fox Bifrost event id (e.g. "41616").

Value

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.

Examples


  try(fox_cfb_odds(game_id = "41616"))


cfbfastR documentation built on Aug. 24, 2026, 5:13 p.m.