I'm trying to test a betting system based on refs.

I need to be able to pull the following information from each NBA game the past 2 seasons (and this season so far):


  • Players who played, and minutes played for each
  • Head coaches
  • Refs
  • Location


Then calculate things based on that information. I could do it in Excel but it would take many, many hours inputting all the data in manually (1300+ games per season). I'm looking for some method(s) to pull this from a database. Any thoughts appreciated.