+ Reply to Thread
Results 1 to 4 of 4

Working out betting sums to return a specific profit

  1. #1
    Registered User
    Join Date
    07-13-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2008 Mac
    Posts
    6

    Working out betting sums to return a specific profit

    Hi everyone,

    I'm trying to work out a formula for an equation I currently do manually. When betting, I look to win enough to cover the original bet, plus a profit. The first part is easy: eg, to make $100 on odds of 2.5: 100/2.5=$40 bet. So then I want to bet enough to make $140 back (return minus bet). But 140/2.5=$56, so I need to raise the original bet again.

    By trial and error, I can figure out that I need to bet $66.66 on odds of 2.5 to make back $166.66, which covers the bet and makes $100 profit. But it's a time consuming exercise to keep trialling and guessing how much to make the bet.

    Is there a way for Excel to calculate this formula, given that there are effectively two unknown numbers - how much to bet, and therefore what the overall return is?

    Cheers
    Jesse

  2. #2
    Registered User
    Join Date
    06-22-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    65

    Re: Working out betting sums to return a specific profit

    Jessie,

    Let me see if I understand this....I think you are saying

    stake*odds = desired return + stake. If we rearrange this equation we get
    stake*odds - stake= desired return, rearranging again we get
    stake = desired return/(odds-1)

    so if you want to get $100 @ 2.5:1 put that in the equation and 100/(2.5-1) = $166.66

    Have I understood what you are trying to do correctly? Does this help?

    David

  3. #3
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Working out betting sums to return a specific profit

    This is the same formula used in retail markup.

    A B C
    1
    Profit
    Odds (markup)
    Bet (cost)
    2
    $100.00
    2.5
    $ 66.67

    Worksheet Formulas
    Cell Formula
    C2 =A2/(B2-1)
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

  4. #4
    Registered User
    Join Date
    07-13-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2008 Mac
    Posts
    6

    Re: Working out betting sums to return a specific profit

    Hi David and Alphafrog - you've understood me completely (no easy feat!) and this solution works perfectly. Thanks so much, I very much appreciate it.

    Cheers,
    Jesse

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1