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