Skip to contents

game_odds() scrapes the real-time game odds for a given country by partnered bookmaker.

Usage

game_odds(country = "US")

Arguments

country

two-letter code (e.g., 'CA'); see countries() for reference

Value

data.frame with one row per game

Examples

game_odds_CA <- game_odds(country = 'CA')