Does anyone have a link to a website which has the 2006 Season's Half Time Point Spreads and Totals?
I have tried Google and yahoo without any luck.
Thank you.
MonkeyF0cker
SBR Posting Legend
06-12-07
12144
#2
Use a line service archive.
Don Best
Sports Options
Comment
mathdotcom
SBR Posting Legend
03-24-08
11689
#3
Does SportsOptions have an easy way of exporting line histories? By easy I mean other than writing a program to extract it yourself.
Comment
jgilmartin
SBR MVP
03-31-09
1119
#4
<div>From what I've seen, no, you have to actually go through one day at a time, copy and paste it. Furthermore, when I paste it into Excel, it shows up as one field per line, like:</div><div><br></div><div>Cincinnati / Pittsburgh</div><div>09/28/12 06:04:06pm</div><div>901</div><div>Cincinnati</div><div>-111</div><div>Pittsburgh</div><div>+101</div><div>09/28/12 10:07:01am</div><div>901</div><div>Cincinnati</div><div>-129</div><div>Pittsburgh</div><div>+117</div><div><br></div><div>You could always write a script that converts a certain number of line breaks to commas (and then skips one, so that each game will be on one line of a CSV file), but the fact that you first have to manually select each day and THEN parse it yourself is beyond annoying given that SO is a commercial product.</div><div><br></div><div>It looks like SO only goes back to 2007 for NFL 2H. OP, try Don Best.</div>
Comment
MonkeyF0cker
SBR Posting Legend
06-12-07
12144
#5
People actually try to do it manually?
Ugh.
Comment
jgilmartin
SBR MVP
03-31-09
1119
#6
Well, exactly. It would be incredibly tedious. As they are charging people for it, it would be reasonable for them to have a CSV export feature where you could select date range, sportsbook, sport, line type, etc.
A couple of years ago you could get a season's worth of data from DB (without writing a scraper) in a couple of minutes. As they just used regular HTML tables you could paste the entire table of data into Excel and you were done. I don't know if they still have it set up this way as I ended up just writing my own scraper (not from DB, from the actual books) anyway.
Comment
MonkeyF0cker
SBR Posting Legend
06-12-07
12144
#7
DB has some countermeasures for scraping their archives now.