espn_wbb_game_broadcasts: *Get ESPN Women's College Basketball Event Odds*

View source: R/espn_wbb_event_detail.R

espn_wbb_game_oddsR Documentation

Get ESPN Women's College Basketball Event Odds

Description

Returns the live game situation for one WBB event: timeouts remaining, team fouls, fouls to give, bonus state, and a ⁠$ref⁠ to the last play. During a live game this reflects current state; after the game ends the values are frozen.

Returns pre-game predictor statistics for one WBB event in long format: one row per (team × statistic). Typical stats include matchup quality, predicted score, win probability, and team strength metrics. Returns empty for events without predictor data (often the case for already-played games).

Returns the per-team power-index ⁠$ref⁠ URLs for one WBB event. Coverage is sparse — many events return zero items.

Usage

espn_wbb_game_odds(event_id, ...)

espn_wbb_game_officials(event_id, ...)

espn_wbb_game_broadcasts(event_id, ...)

espn_wbb_game_situation(event_id, ...)

espn_wbb_game_predictor(event_id, ...)

espn_wbb_game_powerindex(event_id, ...)

Arguments

event_id

ESPN event identifier.

...

Additional arguments; currently unused.

Details

Get ESPN WBB Event Predictor (Pre-game)

Get ESPN WBB Event Power Index Index

Value

A tibble with one row per odds provider (typically empty for WBB because ESPN does not carry NCAA basketball betting lines).

Columns as documented in the shared espn_basketball_game_odds_schema table.

A tibble with one row per official assigned to the game.

Columns as documented in the shared espn_basketball_game_officials_schema table.

A tibble with one row per broadcast outlet for the game.

Columns as documented in the shared espn_basketball_game_broadcasts_schema table.

A single-row tibble with timeouts + fouls for both teams.

A long tibble with rows for both home and away teams.

A tibble with one row per team-game power-index entry.

Author(s)

Saiem Gilani

See Also

Other ESPN WBB Functions: espn_wbb_athletes_index(), espn_wbb_award(), espn_wbb_calendar(), espn_wbb_coach(), espn_wbb_coach_record(), espn_wbb_coach_season(), espn_wbb_coaches(), espn_wbb_conferences(), espn_wbb_franchise(), espn_wbb_franchises(), espn_wbb_game_all(), espn_wbb_game_official_detail(), espn_wbb_game_play(), espn_wbb_game_play_personnel(), espn_wbb_game_player_box(), espn_wbb_game_probabilities(), espn_wbb_game_propbets(), espn_wbb_game_team_linescores(), espn_wbb_game_team_roster_entry(), espn_wbb_injuries(), espn_wbb_leaders(), espn_wbb_news(), espn_wbb_player_awards(), espn_wbb_player_career_stats(), espn_wbb_player_eventlog_v2(), espn_wbb_player_info(), espn_wbb_player_overview(), espn_wbb_player_seasons(), espn_wbb_player_stats(), espn_wbb_position(), espn_wbb_positions(), espn_wbb_powerindex(), espn_wbb_rankings(), espn_wbb_scoreboard(), espn_wbb_season_awards(), espn_wbb_season_group(), espn_wbb_season_groups(), espn_wbb_season_info(), espn_wbb_season_leaders(), espn_wbb_season_ranking(), espn_wbb_season_rankings(), espn_wbb_season_type(), espn_wbb_season_types(), espn_wbb_season_week(), espn_wbb_season_weeks(), espn_wbb_seasons(), espn_wbb_standings(), espn_wbb_team(), espn_wbb_team_injuries(), espn_wbb_team_news(), espn_wbb_team_record_detail(), espn_wbb_team_schedule(), espn_wbb_team_season_roster(), espn_wbb_team_season_statistics(), espn_wbb_team_stats(), espn_wbb_teams(), espn_wbb_tournament(), espn_wbb_tournament_season(), espn_wbb_tournament_seasons(), espn_wbb_tournaments(), espn_wbb_venues(), espn_wbb_week_ranking(), espn_wbb_week_rankings()

Examples


  espn_wbb_game_odds(event_id = "401276115")


  espn_wbb_game_officials(event_id = "401276115")


  espn_wbb_game_broadcasts(event_id = "401276115")


  espn_wbb_game_situation(event_id = 401276115)


  espn_wbb_game_predictor(event_id = 401276115)


  espn_wbb_game_powerindex(event_id = 401276115)


wehoop documentation built on Aug. 25, 2026, 1:06 a.m.