espn_wnba_game_broadcasts: *Get ESPN WNBA Event Odds*

View source: R/espn_wnba_event_detail.R

espn_wnba_game_oddsR Documentation

Get ESPN WNBA Event Odds

Description

Returns the live game situation for one WNBA 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 WNBA 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 WNBA event. Coverage is sparse — many events return zero items.

Usage

espn_wnba_game_odds(event_id, ...)

espn_wnba_game_officials(event_id, ...)

espn_wnba_game_broadcasts(event_id, ...)

espn_wnba_game_situation(event_id, ...)

espn_wnba_game_predictor(event_id, ...)

espn_wnba_game_powerindex(event_id, ...)

Arguments

event_id

ESPN event identifier.

...

Additional arguments; currently unused.

Details

Get ESPN WNBA Event Predictor (Pre-game)

Get ESPN WNBA Event Power Index Index

Value

A tibble with one row per odds provider.

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 WNBA Functions: espn_wnba_athletes_index(), espn_wnba_award(), espn_wnba_calendar(), espn_wnba_coach_season(), espn_wnba_coaches(), espn_wnba_conferences(), espn_wnba_draft(), espn_wnba_draft_athlete_detail(), espn_wnba_draft_pick(), espn_wnba_draft_rounds(), espn_wnba_franchise(), espn_wnba_franchises(), espn_wnba_freeagents(), espn_wnba_futures(), espn_wnba_game_all(), espn_wnba_game_official_detail(), espn_wnba_game_play(), espn_wnba_game_play_personnel(), espn_wnba_game_player_box(), espn_wnba_game_probabilities(), espn_wnba_game_propbets(), espn_wnba_game_team_linescores(), espn_wnba_game_team_roster_entry(), espn_wnba_injuries(), espn_wnba_leaders(), espn_wnba_news(), espn_wnba_player_awards(), espn_wnba_player_career_stats(), espn_wnba_player_eventlog_v2(), espn_wnba_player_info(), espn_wnba_player_overview(), espn_wnba_player_seasons(), espn_wnba_player_stats(), espn_wnba_position(), espn_wnba_positions(), espn_wnba_powerindex(), espn_wnba_scoreboard(), espn_wnba_season_awards(), espn_wnba_season_group(), espn_wnba_season_groups(), espn_wnba_season_info(), espn_wnba_season_leaders(), espn_wnba_season_ranking(), espn_wnba_season_rankings(), espn_wnba_season_type(), espn_wnba_season_types(), espn_wnba_season_week(), espn_wnba_season_weeks(), espn_wnba_seasons(), espn_wnba_standings(), espn_wnba_team(), espn_wnba_team_injuries(), espn_wnba_team_news(), espn_wnba_team_record(), espn_wnba_team_record_detail(), espn_wnba_team_schedule(), espn_wnba_team_season_roster(), espn_wnba_team_season_statistics(), espn_wnba_team_stats(), espn_wnba_teams(), espn_wnba_transactions(), espn_wnba_venues(), espn_wnba_week_ranking(), espn_wnba_week_rankings()

Examples


  espn_wnba_game_odds(event_id = "401736171")


  espn_wnba_game_officials(event_id = "401736171")


  espn_wnba_game_broadcasts(event_id = "401736171")


  espn_wnba_game_situation(event_id = 401736171)


  espn_wnba_game_predictor(event_id = 401736171)


  espn_wnba_game_powerindex(event_id = 401736171)


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