Skip to contents

get_partner_odds() retrieves partner-provided information on each game for a given country, including but not limited to their ID and home and away team odds. Access get_countries() for country reference.

Usage

get_partner_odds(country = "US")

Arguments

country

string 2-letter Code

Value

tibble with one row per game

Examples

partner_odds_now_CA <- get_partner_odds(country='CA')