Skip to content

4 different teams in moneyline for multiple games #1

@SCasanova

Description

@SCasanova

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions