Correlated parlays (video)
Collapse
X
-
Justin7SBR Hall of Famer
- 07-31-06
- 8577
#1Correlated parlays (video)
Tags: None -
bigboydanSBR Aristocracy
- 08-10-05
- 55420
#2Good breakdown Justin.Comment -
jjgoldSBR Aristocracy
- 07-20-05
- 388179
#3Solid info, it is nice with these vids that we can go back to them by clicking his name on sbr.tv
The more I look at Justin I look similar to him with my rug on.Comment -
SBR LouBARRELED IN @ SBR!
- 08-02-07
- 37863
#4Another excellent video, thanks for sharing Justin.Comment -
JerseyShop101Restricted User
- 09-04-08
- 2704
#5Great info, posters helping posters!!
Thanks!Comment -
onthewhatRestricted User
- 05-14-08
- 15411
#6another great vidComment -
SlickFazzerSBR Posting Legend
- 05-22-08
- 20209
#7Solid info.Comment -
HedgeHogSBR Posting Legend
- 09-11-07
- 10128
#8Good basic info. But at what point does correlation become relevant. For example, is an NFL game Line/Total of 14/38 significantly correlated for a fav/OV parlay (or dog/Un parlay)? Perhaps a video on advanced correlated parlay analysis is needed.Comment -
Justin7SBR Hall of Famer
- 07-31-06
- 8577
#9Originally posted by HedgeHogPerhaps a video on advanced correlated parlay analysis is needed.Comment -
MrXSBR MVP
- 01-10-06
- 1540
#11Originally posted by Justin7Yes, but I'd get mugged if I did it. It's one thing to point you in the right direction so you can figure it out yourself. It's quite another to kill a golden goose.Comment -
Doc JSSBR Hall of Famer
- 09-15-06
- 6885
#12Justin,
Thanks for the great videos!!
DocComment -
big joe 1212SBR Posting Legend
- 06-01-08
- 19380
#14Originally posted by HedgeHogGood basic info. But at what point does correlation become relevant. For example, is an NFL game Line/Total of 14/38 significantly correlated for a fav/OV parlay (or dog/Un parlay)? Perhaps a video on advanced correlated parlay analysis is needed.
However, find a local bookie and they usually are pretty dumb to this!
Use to hammer my guy in College football. Good corr. are teams like USC and over. Or big dogs and the under.Comment -
HedgeHogSBR Posting Legend
- 09-11-07
- 10128
#15All of my Books disallow same game pars for college games where there is fav of 14 or more. I can parlay just about any NFL game, regardless of line/total size at some of my books. Overall though, for on-line players at least, correlated action is severely limited from just a year or two ago.Comment -
ldrapeauSBR Hustler
- 09-02-08
- 68
#16Hi Justin,
Very interesting, thank you very much, this helped me a lot in understanding correlation and I will sure keep my eye open, thanks again for the great tip.
I don't know if it's ok to go with a question here, but I'm going to try. We have 50 different matches going on (for the sake of the question team 1 against team 2, team 3 vs team 4, team 5 vs team 6, ..., so we have 100 teams).
Now, I plan to organize a contest with an expected 150 participants, each participant must pick 3 teams he think will win, my question is what are the odds that two contestants pick the same 3 teams. As you said in your video, if you can explain this instead of just giving the number I would appreciate it very much, this will help me in getting my math a bit better. Thanks, LDComment -
Justin7SBR Hall of Famer
- 07-31-06
- 8577
#17Each person selects 3 out of 50 games. This is 50 * 49 * 48 / 3 / 2 / 1. He has 8 ways to play that - so there are 50 * 49 * 48 * 8 / 6 total ways a player could make his picks. This is 156,000.
The odds of any two people having the exact same selection is 1/156000.
The odds of the first two having different selections is 155999 / 156000.
If the first two are different, the odds that the third is also different is 155998 / 156000.
For N people, the odds of no duplicates are the product of:
(156000-k)/(156000)
For k=1 to N.
Does that help?Comment -
I.R.BSBR MVP
- 08-12-08
- 3209
#18Great Vid JustinComment -
GanchrowSBR Hall of Famer
- 08-28-05
- 5011
#19Originally posted by Justin7For N people, the odds of no duplicates are the product of:
(156000-k)/(156000)
For k=1 to N
(156800-k)/(156800)
For k=1 to N-1Comment -
smitch124SBR Posting Legend
- 05-19-08
- 12566
#20I'm not sure of the nature of the contest, but this percentage is obviously if the odds of picking each game were equal. In these contests people tend to pick the more visible games. For example during the week of the USC-Ohio St. game, I'm sure one saw a much higher percentage of people using this game in a contest than what one would expect by random selection.Comment -
ldrapeauSBR Hustler
- 09-02-08
- 68
#21Thanks Justin,
I have to continue to spend some time on the first part to make sure I catch everything, but as for the second part, I wrote this little program that produced the following;
ps = 50 * 49 * 48 * 8 / 6 * 1.0
N = 150
p = 1.0
for k in range(1,N+1):p = p * (ps - k) / ps010 0.9996492884
if k % 10 == 0: print '%03d %1.10f' % (k, p)
020 0.9986615524
030 0.9970386400
040 0.9947836107
050 0.9919007267
060 0.9883954387
070 0.9842743695
080 0.9795452924
090 0.9742171074
100 0.9682998128
110 0.9618044742
120 0.9547431900
130 0.9471290538
140 0.9389761138
150 0.9302993301
So the answer would be 7% chances of having 2 out of 150 participants chose the same selection, or about 1/14 (1/0.07) does this sound OK, am I interpreting these numbers correctly I'm not too confident in my math at this point? Thanks again for the explanations, LD
smitch124: agreed 100% - I'm just looking to get my math ok, then I will factor in the "popularity factor", your observation is very correct, thanks.Comment -
GanchrowSBR Hall of Famer
- 08-28-05
- 5011
#22Originally posted by ldrapeaufor k in range(1,N+1):p = p * (ps - k) / ps
if k % 10 == 0: print '%03d %1.10f' % (k, p)for k in range (1,N-1):Without the above correction, the solution to the problem, (~ 93.12%), would correspond to item #151 on your list.p = p * (ps - k) / ps
if (k+1) % 10 == 0: print '%03d %1.10f' % (k+1, p)
Originally posted by ldrapeauSo the answer would be 7% chances of having 2 out of 150 participants chose the same selection, or about 1/14 (1/0.07) does this sound OK, am I interpreting these numbers correctly I'm not too confident in my math at this point?Comment -
ldrapeauSBR Hustler
- 09-02-08
- 68
#23Thanks Ganchrow for those precisions, and is my conversion of 7% to 1/14 ok or am I in the fog with that? Thx, LDComment -
GanchrowSBR Hall of Famer
- 08-28-05
- 5011
#24Originally posted by ldrapeauIs my conversion of 7% to 1/14 ok or am I in the fog with that?Comment -
fiveteamerSBR Posting Legend
- 04-14-08
- 10805
#25Ganchrow = Will Hunting.Comment -
LippsmanSBR Sharp
- 08-29-08
- 346
#26I will usually lay off the correlated parlays where the OU is 60 or more. Just too much room for the fave to win 45 or so to nothing. I have seen it way too many times this year. I like to stick to 45% or higher.
Great videoComment -
reno coolSBR MVP
- 07-02-08
- 3567
#27Good job.
I never considered the example you gave at the end as a correlated parlay(one team loses the other likely to rest players). that type of thinking I'm guessing might still be ahead of the books.bird bird da bird's da wordComment -
smitch124SBR Posting Legend
- 05-19-08
- 12566
#28Originally posted by reno coolGood job.
I never considered the example you gave at the end as a correlated parlay(one team loses the other likely to rest players). that type of thinking I'm guessing might still be ahead of the books.
Used to happen with the 9ers alot when they used to sniff the playoffs.Comment -
picoBARRELED IN @ SBR!
- 04-05-07
- 27321
#29good videoComment -
Dark HorseSBR Posting Legend
- 12-14-05
- 13764
#30Clear and instructive as always, but this time a little too general; not a whole lot of meat.Comment
Search
Collapse
SBR Contests
Collapse
Top-Rated US Sportsbooks
Collapse
#1 BetMGM
4.8/5 BetMGM Bonus Code
#2 FanDuel
4.8/5 FanDuel Promo Code
#3 Caesars
4.8/5 Caesars Promo Code
#4 DraftKings
4.7/5 DraftKings Promo Code
#5 Fanatics
#6 bet365
4.7/5 bet365 Bonus Code
#7 Hard Rock
4.1/5 Hard Rock Bet Promo Code
#8 BetRivers
4.1/5 BetRivers Bonus Code