| SBR Top-Rated Sportsbooks Recommended Books | ||
| 1. Pinnacle Sports | SBR Rating A+ | Pinnacle Sports Review |
| 2. The Greek Sports Book | SBR Rating A+ | The Greek Review |
| 3. BookMaker | SBR Rating A+ | BookMaker Review |
| 4. BetJamaica | SBR Rating A+ | BetJamaica Review |
| 5. LegendZ Sports | SBR Rating A+ | LegendZ Review |
| SBR Posters' Poll - March 2009 View Complete Results | ||
| 1. BetJamaica | 251 total points | BetJamaica Review |
| 2. The Greek Sports Book | 217 total points | The Greek Review |
| 3. 5Dimes | 181 total points | 5Dimes Review |
| 4. Matchbook | 159 total points | Matchbook Review |
| 5. Pinnacle Sports | 148 total points | Pinnacle Sports Review |
![]() |
View New Posts |
|
|
LinkBack | Thread Tools |
|
|
#1 | ||||
|
In case anyone's interested, following is the closed-form solution for simultaneous bet Kelly staking, given the simplest case where the single-bet Kelly stakes for each simultaneous bet are equivalent, all bets are uncorrelated, and the only bound on wagers is the size of the bankroll.
I've yet to work out the closed-form solution for the general case of correlation and differing single-bet Kelly stakes (if it even exists). That would obviously be considerably more difficult, and probably better left calculated by an optimizer. If anyone's really interested in seeing the proof (not that I expect that), I could probably write it up. I've also created a Kelly calculator as proof of concept. Given n uncorrelated binary bets, we define the Kelly-optimal allocation as the set of weightings for each of the 2n-1 n-or-fewer-team parlays (where a single bet is considered a 1-team parlay) that can be created from the n-single bets, which maximizes the expected logarithm of the bankroll.
__________________
|
||||
|
|
#2 | ||||
|
Err....
Interested, but is there a way to say this in plain English? ![]() |
||||
|
|
#3 | |||||
|
Quote:
Basically, I'm saying that if you're looking at a bunch of ucnorrelated bets where all the single-bet Kelly stakes would be the same, then the simultaneous bet Kelly stake will be a collection of single bets and parlays where the weightings are the same for any two parlays of the same size. The summation above represents the simultaneous n-bet Kelly weighting (call it Knm) for all parlays of size m. The linked spreadsheet might shed some light.
__________________
|
|||||
|
|
#4 | ||||
|
I have turned off my antivirus... I am scared of Ganchvirus that causes that everytime I switch on my compy I will see only strange hieroglyphs
![]() |
||||
|
|
#5 | ||||
|
LOL
![]() -------------------------------- Thanks, Ganch. Much appreciated. |
||||
|
|
#6 | ||||
|
OK, I downloaded it... 2 MB for excel file with 2 columns and 9 rows??
Ganch I hope you enjoy my porn anthology... But my passwords are on a list of paper ![]() |
||||
|
|
#7 | ||||
|
This is the more general case where we relax the constraint that all single-bet Kelly stakes need to be equal. For the sake of sanity, the weightings are defined recursively.
Given n uncorrelated binary bets, the "Kelly-optimal allocation" is the set of weightings for each of the 2n-1 n-or-fewer-team parlays (where a single bet is considered a 1-team parlay) that can be created from the n-single bets, which maximizes the expected logarithm of the bankroll.And now a non-recursive statement of the same. Please forgive the abuse of notation. Given n uncorrelated binary bets, define the "Kelly-optimal allocation" is the set of weightings for each of the 2n-1 n-or-fewer-team parlays (where a single bet is considered a 1-team parlay) that can be created from the n-single bets, which maximizes the expected logarithm of the bankroll. Let oi = decimal odds on the ith bet, Let pi = win probability of the ith bet, Let {k} = the set of all n single-bet Kelly stakes, where ki = ith single-bet Kelly stake = MAX[(pi*oi-1)/(oi-1), 0], Define {P(k)} = the power set of {k} Define {S({B},i)} = the set of all sets, {s} Є {P(k)} such that |{s}| = i, {S} ⊇ k{B}, where k{B} is the set of the single-bet Kelly weights associated with the elements of {B} Define κ(n,m,{B}) as the Kelly optimal weight for the m-team parlay made up of all bets included in the set {B} (where |{B}| = m). Code:
n
κ(n,m,{B}) = ∑( (-1)i-m * ∏ kj)
i = m j Є {S({B},i)}
__________________
|
||||
|
|
#8 | ||||
|
So in practical terms, how does someone apply this to, say, a night of NBA action without spending way too much time on math?
|
||||
|
|
#9 | ||||
|
this aint fun anymore
|
||||
|
|
#10 | |||||
|
Quote:
__________________
|
|||||
|
|
#11 | ||||
|
Thanks
|
||||
|
|
#12 | ||||
|
What is this in VERY simple terms..
|
||||
|
|
#13 | ||||
|
My Kelly calculator does these calculations for you.
__________________
|
||||
|
|
#14 | ||||
|
thats a hell of a lot easier to understand the main purpose without the derivitives and ECT...
I sent it to a friend that is into math to try to explain to me...lol |
||||
|
|
#15 | ||||
|
Just going over this again, and it'd be really sweet if you could take into account a bet already made, such that say I find a single +EV bet that I wager on at the optimal wager size, and then later I find say three +EV bets I wish to bet on, while the first single +EV bet is still pending. Obviously you can't re-bet the single one at a lower amount, but it'd be nice to take that into account too.
![]() |
||||
|
|
#16 | |||||
|
Quote:
I think if you search around you can find a post where I outlined this procedure as it relates to hedging and line movements. And some point I'll write an article explaining it in the more general case.
__________________
|
|||||
|
|
#17 | ||||
|
Cool, I'll start poking around.
|
||||
|
|
#18 | ||||
|
Code:
n
κ(n,m,{B}) = ∏ ki - ∑ κ(n,i,{B})
i Є {B} i=m+1
I understand how the method is supposed work when I'm trying to perform the calculations for two wagers, but I'm a bit confused when this goes to 3 or higher. To me it seems like what I really need is to understand how you're passing the sets to the recursive calls. From your parlay examples it seems like you change the set for different calls? I also tried to use the non-recursive approach (assuming it would be easier to implement) but the abuse of notation did put me for a loop. ![]() Thanks! |
||||
|
|
#19 | ||||
|
rjp- Be careful, Ganch is going to fall in love with you. You speak his language.
|
||||
|
|
#20 | |||||
|
Quote:
So given 5 simultaneous events:
If you're still stuck you might also want to check out the source code of my JavaScript Kelly calculator. The calcKelly() function illustrates the recursive approach for multiple simultaneous independent events. Let let me know if this helps.
__________________
|
|||||
|
|
#21 | ||||
|
i assume all this is named after someone named "Kelly" who started these equations.
|
||||
|
|
#22 | ||||
|
Ganchrow, thank you very much, this clears it up.
I guess the only thing I'm left wondering now is what if I don't bet the parlays? Are these still the optimal wager sizes for each straight bet? |
||||
|
|
#23 | |||||
|
Quote:
To see how much skipping the parlays this will impact your expectations, in the portion of the calculator labeled "Stakes for parlays of size:" modify the listed sizes (setting to 0%, for example) for the appropriate parlay or parlays and click the "Calculate Expectations" button. You'll find that in most typical cases you won't be giving up much by skipping the larger parlays (say of size 3 and higher), but that the 2-team parlays generally represent a non-trivial amount of expectation. For example, assuming full-Kelly, and 10 simultaneous bets at -110 each with 55% win probabilities: all singles and parlays => 2.7843% expected value, 1.3875% expected growth
__________________
|
|||||
|
|
#24 | ||||
|
I understand that parlays are part of the solution, but I bet a lot of derivative markets that can't be parlayed with anything. As such, the optimal solution including parlays is useless for me.
So, if I use the method you describe above to calculate the optimal wager size for each of these simultaneous bets am I properly allocating my money, or should I actually be risking more on the straight bets? If so, is this something that I'll need to try and derive myself? ![]() (BTW, I'm just getting to partial derivatives in Calc III, so a lot of your Kelly posts are becoming clearer and clearer.) Thanks again for the help. |
||||
|
|
#25 | ||||
|
wow big head ache....I feel like I just got done watching an episode of numbers.....
|
||||
|
|
#26 | |||||
|
Quote:
One difficulty with highly constrained nonlinear problems of this sort is that they don't typically lend themselves to closed-form solutions. Check out the allocation problem for basic strategy teasers I outlined here. Note that this only represents 3 variables and assumes the player isn't placing any other bets. Another example of constrained optimization is with Asian Handicap bet allocations outlined here. What you'll typically see is that as your problem diverges from unconstrained it's probably best to look for a computational solution using some sort of optimization package (Excel Solver is probably the most widely available example -- but far from the most robust). The JavaScript calculator, which implements the methodology I outlined above, is only designed to solve the generic class of problem (i.e., 1-14 single bets, with no constraints on parlayability or on bet sizes), and while it may be helpful in approximating solutions to more complex constrained problems it won't be exact.
__________________
|
|||||
|
|
#27 | ||||
|
Ganchrow,
If 1. all your bets have the same EV; and 2. all bets are 0% correlated, here is a simplification I sometimes use. Assume I have X bets with an optimal bet size of 2%. If I lose all of them sequentially, I should have 0.98^x of my old bankroll left. So I bet 2 * 0.98 % x on each play. If I had 20 plays, I would end up betting 1.33% on each play instead of 2%. I know this overadjusts - with that example, there should be almost no reduction in bet sizing. But it's easy and conservative. |
||||
|
|
#28 | |||||
|
Quote:
If you plan to do this frequently I'd certainly suggest using my Kelly calculator. It's quick and it's easy and it gives it exact full solutions to any desired level of precision. Anyway here's a comparison for 10 simultaneous bets at +100 odds with a win probability of 51% (full single Kelly stake=2%). I look at exact full Kelly, exact full Kelly constrained to only singles and 2-team parlays, exact full Kelly constrained to only singles, calculator output truncated to only singles and 2-team parlays, calculator output truncated to only singles, and the k*(1-k)n approximation: 10 simultaneous bets, full Kelly, exact EG: 0.20021%, EV: 0.40072% 10 simultaneous bets, full Kelly, only 1&2 team parlays, exact EG: 0.20021%, EV: 0.40072% 10 simultaneous bets, full Kelly, only 1&2 team parlays, truncated EG: 0.20017%, EV: 0.39537% 10 simultaneous bets, full Kelly, only singles, exact EG: 0.19985%, EV: 0.39856% 10 simultaneous bets, full Kelly, only singles, truncated EG: 0.19448%, EV: 0.33350% 10 simultaneous bets, 2%*98%10=1.634% per bet EG: 0.19333%, EV: 0.32683% I think the most interesting point to be made from this is that by limiting yourself only to singles and 2-team parlays your EXP(utility) isn't impacted at the degree of precision displayed above. This is typical of bets placed at odds fairly near even with edges sufficiently close to zero -- generally the higher order parlayed with little to no impact on one's bottom line. Of course if you're going to be betting huge favorites or "sure things" the situation will change and the higher order parlays will become progressively more important.
__________________
|
|||||
|
|
#29 | ||||
|
|
||||
|
|
#30 | ||||
|
I also have the issue of not betting on parlays but doing simultaneous single event bets.
when you are truncating your data? are you just setting 0% for wager% in your calculator section for parlays and re-adjusting. How do you determine exact kelly state versus the "truncated"? It also seems that if you were to eliminate parlays from the calculator you should change your % bankroll bet per single bet. Looking at 5 simultaneous events, each with 2 outcomes, and a winning probability of 60% for each event. Betting on the 5 winners has a probability of winning combined of 68.24%. Given an even payout, the stake for this wager should be 2 X 0.6824 - 1. 36.48% of my bankroll. The multivariable calculator gives a percentage of 40.9% even after adjusting the parlays to 0. Am i using the calculator wrong or is there a way to calculate the initial kelly wagering percentages without taking into account the parlays? Also, i know the IDEAL use of the kelly formula includes parlays. If one must exclude parlays, is there a better system. |
||||
|
|
#31 | |||||
|
Quote:
The maximal utility from some number of properly Kelly-sized simultaneous bets will just be the same as the theoretical maximal utility that would be attained were the bets sequential in nature and Kelly-sized strictly based on single bet Kelly stakes. (It was by using this identity that the solution detailed in the preceding posts of this thread were in fact derived.) So the expected utility for the ith bet would be: E(Ui) = p*K(1+edgei) + (1-p)*K(1-edgei/(oddsi-1))and the total expected utility for all N bets would just be: E(Ui) = ΣNi=1E(Ui)You'll see that this is simply a restatement of your "ln Z ave" expression above. Note that while this does provide the theoretical maximal utility, it by itself is of no use in determining a purely computational solution to the simultaneous bet Kelly problem, which was the stated purpose of this thread.
__________________
|
|||||
|
|
#32 | |||||
|
Quote:
|
|||||
|
|
#33 | |||||
|
Quote:
Anyone wanting the source code now needs to PM or e-mail me, telling me why they want the code and what they plan to do with it.
__________________
|
|||||
|
|
#34 | ||||
|
How could this method be adapted to handle situations where a combination of independent outcome and mutually exclusive outcome bets need to be made?
For example, if I am betting on a particular horse race, I may find overlays on 3 horses for win bets, and also 2 overlays for trifectas in the same race. How much should I bet on each one? |
||||
|
|
#35 | |||||
|
Quote:
I'm unaware of a closed form solution to the problem you've described, which isn't vto say one doesn't exist. Your best bet to solve a Kelly problems such as this is to enumerate each outcome and probability vector take the dot product of the two (this is the complete utility function) and then use a nonlinear optimizer (such as, if you're desperate, Microsoft Excel Solver) to maximize with respect to the decision variables.
__________________
|
|||||
![]() |
| Thread Tools | |
| Display Modes | |
|
|