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.
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
# }
