There seems to be a mistake with the moneyline (and possibly other markets) in 2015_20_ARI_CAR, 2015_18_PIT_CIN, and 2012_10_TEN_MIA
reprex:
library(magrittr)
readRDS('~/Downloads/nfl_lines_odds.rds') %>%
dplyr::filter( game_id %in% c('2015_20_ARI_CAR', '2015_18_PIT_CIN', '2012_10_TEN_MIA') & market_type == 'money_line') %>%
dplyr::pull(abbr) %>% unique()
#> [1] "BAL" "MIA" "TEN" "OAK" "PIT" "CIN" "MIN" "SEA" "NE" "DEN" "CAR" "ARI"
Created on 2021-08-16 by the reprex package (v2.0.1)
There seems to be a mistake with the moneyline (and possibly other markets) in 2015_20_ARI_CAR, 2015_18_PIT_CIN, and 2012_10_TEN_MIA
reprex:
Created on 2021-08-16 by the reprex package (v2.0.1)