Get AFL match betting odds from https://www.footywire.com
Source:R/z_footywire-calcs.R
get_footywire_betting_odds.RdAll get_ functions were replaced with fetch_* functions.
Please use fetch_betting_odds_footywire() instead
Examples
#
if (FALSE) { # \dontrun{
get_footywire_betting_odds(2017, 2018)
# ->
fetch_betting_odds_footywire(2017, 2018)
} # }