cfbd_betting_lines | R Documentation |
Get betting lines information for games
cfbd_betting_lines( game_id = NULL, year = NULL, week = NULL, season_type = "regular", team = NULL, home_team = NULL, away_team = NULL, conference = NULL, line_provider = NULL )
game_id |
(Integer optional): Game ID filter for querying a single game |
year |
(Integer required): Year, 4 digit format(YYYY) |
week |
(Integer optional): Week - values from 1-15, 1-14 for seasons pre-playoff (i.e. 2013 or earlier) |
season_type |
(String default regular): Select Season Type: regular or postseason |
team |
(String optional): D-I Team |
home_team |
(String optional): Home D-I Team |
away_team |
(String optional): Away D-I Team |
conference |
(String optional): Conference abbreviation - Select a valid FBS conference |
line_provider |
(String optional): Select Line Provider - Caesars, consensus, numberfire, or teamrankings |
Betting information for games with the following columns:
Unique game identifier - game_id.
Season parameter.
Season Type (regular, postseason, both
Week, values from 1-15, 1-14 for seasons pre-playoff (i.e. 2013 or earlier).
Start Date
Home D-I Team.
Home D-I Conference.
Home Score.
Away D-I Team.
Away D-I Conference.
Away Score.
Line provider.
Spread for the game.
Formatted spread for the game.
Opening spread for the game.
Over/Under for the game.
Opening over/under for the game.
Home team moneyline.
Away team moneyline.
try(cfbd_betting_lines(year = 2018, week = 12, team = "Florida State"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.