powered by
fetch_betting_odds_footywire returns a data frame containing betting odds and basic match info for Men's AFL matches.
fetch_betting_odds_footywire
fetch_betting_odds_footywire( start_season = "2010", end_season = lubridate::year(Sys.Date()) )
Returns a data frame containing betting odds and basic match info
First season to return, in yyyy format. Earliest season with data available is 2010.
Last season to return, in yyyy format
The data frame contains the home and away team as well as venue.
if (FALSE) { fetch_betting_odds_footywire(2012, 2018) }
Run the code above in your browser using DataLab