MySportsFeeds / mysportsfeeds-api

Feature requests for the MySportsFeeds Sports Data API.
44 stars 3 forks source link

Projected DFS Points included in DFS Daily Feed #41

Closed ty-fleming closed 4 years ago

ty-fleming commented 7 years ago

This would require some math...

znmeb commented 7 years ago

Are there actually projections in the DFS feed or the schedule feed? I know the DraftKings Android app displays projections for NBA contests, but I haven't been able to find them on the web version or "reverse engineer" the Android app to see where they're coming from.

If you want to "do it with math" there are dozens of algorithms, depending on what inputs you have available. I have some examples in the works at https://github.com/znmeb/Mastering-DFS-Analytics but they're very primitive and really only give usable results for NBA at the moment.

IMHO you're better off subscribing to a projection site; sadly, there's no "consumer reports" that evaluates projection sites for accuracy but that math is straightforward, and there are well-known constraints on how good any projection can be.

bradbarkhouse commented 4 years ago

While we're planning on adding projections for DFS and "actual" stats, they'll be available in a separate feed. That makes their generation and maintenance more feasible and timely.