Skip to contents

Get Fox Sports (Bifrost) WNBA / women's college basketball (WBB) game odds. fox_wnba_odds() hits the wnba slug; fox_wbb_odds() hits the wcbk slug.

Usage

fox_wnba_odds(game_id)

fox_wbb_odds(game_id)

Arguments

game_id

Fox Bifrost event id.

Value

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

Examples

# \donttest{
  try(fox_wnba_odds("2215"))
#> ── Fox Sports WNBA odds ──────────────────────────────────────── wehoop 3.0.0 ──
#>  Data updated: 2026-06-12 14:53:02 UTC
#> # A tibble: 0 × 0
# }
# \donttest{
  try(fox_wbb_odds("388986"))
#> ── Fox Sports WCBK odds ──────────────────────────────────────── wehoop 3.0.0 ──
#>  Data updated: 2026-06-12 14:53:02 UTC
#> # A tibble: 0 × 0
# }