powered by
Returns a tibble with round-to-round tournament probabilities. Data runs back to the 2018 tournament; region is only avaliable for the 2022 tournament.
bart_tourney_odds(year = current_season(), odds = "current")
Returns a tibble with 10 to 11 columns (depending on year input): #'
seed
double.
region
character. Only avaliable for year >= 2022
team
character.
conf
r64
r32
s16
e8
f4
f2
champ
Defaults to current season (YYYY).
Filters results by odds, defaults to current (see details).
odds splits the data by four variables:
odds
Returns to-date odds.
Returns pre-tournament odds
Returns adjusted odds over the last ten games
Returns odds against top 100 opponents.
try(bart_tourney_odds(year=2022, odds='pre'))
Run the code above in your browser using DataLab