It's been interesting to see the migration of online poker players over to daily fantasy sports (DFS). It definitely feels like the early days of online poker - tons of new sites popping up, heavy TV advertising, lots of new money coming into the "sport". I just started playing DFS this season and it's pretty addictive. Obviously, I don't think I'll be getting rich off it (the "I turned $5 into $50k" stories are just…
A Fantasy Sports Wizard's Winning Formula
21–30 of 41 posts
Re: A Fantasy Sports Wizard's Winning Formula
#22I have never understood why daily games are legal. The outcomes can be determined by random events like injuries or the weather. How is this not gambling?
Re: A Fantasy Sports Wizard's Winning Formula
#23I have a lot of knowledge of advanced baseball statistic analysis, and played about $100 per day this year during the season, making a profit of ~$2000. This is my third straight winning season, but the first where I actually wrote code that spat out lineups. I spent no money on data, everything you need is available for free. If anyone has advanced knowledge of other sports and wants to collaborate, send me an email…
Interesting...I tried doing machine learning for daily fantasy baseball and it just didn't work. I wrote a scraper that put Fanduel results and contest payout structures into a database, then backtested against thousands of contests to see where I would have wound up had I played in those contests using projections from the machine learning algorithm. I figured I would eventually make the algorithm profitable. Unfort…
Re: A Fantasy Sports Wizard's Winning Formula
#24Earlier quoted context omitted.
Interesting...I tried doing machine learning for daily fantasy baseball and it just didn't work. I wrote a scraper that put Fanduel results and contest payout structures into a database, then backtested against thousands of contests to see where I would have wound up had I played in those contests using projections from the machine learning algorithm. I figured I would eventually make the algorithm profitable. Unfort…
I'm actually surprised you didn't overfit the data until the backtests showed you had a profitable algorithm. I bet most people would've done that.. I'm curious, what kind of algo were you training?
Re: A Fantasy Sports Wizard's Winning Formula
#25It's been interesting to see the migration of online poker players over to daily fantasy sports (DFS). It definitely feels like the early days of online poker - tons of new sites popping up, heavy TV advertising, lots of new money coming into the "sport". I just started playing DFS this season and it's pretty addictive. Obviously, I don't think I'll be getting rich off it (the "I turned $5 into $50k" stories are just…
Of course, a lot of what makes fantasy football compelling to play is derived in part from what makes football compelling as a fan. 16 game seasons mean every game means something. One game a week, all on Sunday (until this dumb Thursday night football BS started), means there is a low overhead to team management. Multiple skill positions and multiple (interesting) ways to score (fantasy) points allows for varying strategies. Add all of those together and you end up with a game that is accessible to the masses, yet engaging and deep enough for those that choose to compete.
This is what ultimately holds back the other major fantasy leagues (NHL, NBA, MLB). Daily fantasy sports are a huge win for gaining back some of that market share, so it will be interesting how that affects actual viewership numbers in the future. Personally, I think the NBA is going to gain back some of the ground it has lost since the 90s.
Re: A Fantasy Sports Wizard's Winning Formula
#26It's been interesting to see the migration of online poker players over to daily fantasy sports (DFS). It definitely feels like the early days of online poker - tons of new sites popping up, heavy TV advertising, lots of new money coming into the "sport". I just started playing DFS this season and it's pretty addictive. Obviously, I don't think I'll be getting rich off it (the "I turned $5 into $50k" stories are just…
I've said the same thing about the early days of online poker to people putting money in those sites. Have fun and all but watch out for the regulatory hammer.
Fantasy sports markets, otoh, have Yahoo and CBS as operators (both take ~30% rake). FanDuel is processing a few hundred million through PayPal. Presumably, these companies are all paying taxes, so this time everybody's in on it.
Re: A Fantasy Sports Wizard's Winning Formula
#27I have a lot of knowledge of advanced baseball statistic analysis, and played about $100 per day this year during the season, making a profit of ~$2000. This is my third straight winning season, but the first where I actually wrote code that spat out lineups. I spent no money on data, everything you need is available for free. If anyone has advanced knowledge of other sports and wants to collaborate, send me an email…
Re: A Fantasy Sports Wizard's Winning Formula
#28Earlier quoted context omitted.
You'll surely be more efficient with handling data, but you don't have digital access to all the data you'd need. For example, the chance that a player plays at all (if they are in questionable health) is one of the most important signals. But you can't just write a regression from past data on that player/team/coach. An intuitive guess from reading several media reports will be far for accurate. This guy is surely m…
> You'll surely be more efficient with handling data, but you don't have digital access to all the data you'd need. It occurs to me that collating said data in an accessible format for a modest fee would be a pretty good low hanging fruit business idea. I'm sure there must be something like that out there but last time I looked into this, 2-3 years ago, I couldn't even get the NBA schedule in JSON or some other progr…
Re: A Fantasy Sports Wizard's Winning Formula
#29Re: A Fantasy Sports Wizard's Winning Formula
#30I have a lot of knowledge of advanced baseball statistic analysis, and played about $100 per day this year during the season, making a profit of ~$2000. This is my third straight winning season, but the first where I actually wrote code that spat out lineups. I spent no money on data, everything you need is available for free. If anyone has advanced knowledge of other sports and wants to collaborate, send me an email…
Is there a reason you seem to favor head-to-head over, say, a 50/50 structure?
I put my best overall lineups in the head-to-head and double-up format, trying to limit too much exposure to one team unless it was an obviously superior play to do so, and 5-10 different lineups for the tournament structure, where I went with higher variance plays.