+ Reply to Thread
Results 1 to 4 of 4

Sports betting compound interest running balance

  1. #1
    Registered User
    Join Date
    01-29-2021
    Location
    Chattanooga, TN
    MS-Off Ver
    2011
    Posts
    2

    Sports betting compound interest running balance

    I'm not sure how to write this formula in excel. Thanks for taking a look.

    Here it is algebraically: C*(A/B) - (A/B) + A = "new" A

    With numbers: 1.0125*(.5/2)-(.5/2)+.5=.503

    Then I want to insert the "new" A (or .503) into the formula and run the calculation 3000 times so that I can see the answer for each calculation.

    For the sports bettors out there the "1.0125" represent -8000 moneyline multiplier. ".5" is a 50 cent sportbook balance which is then divided by two (b/c I am wagering half of my sportsbook balance with each wager), or .25. Then the winings from a won -8000 moneyline is added to the .5 and the new balance is .503.

    So, the hypothetical is if I start with $0.50 and wager half my sportsbook balance on -8000 moneyline. My sportsbook balance is now at $0.503 of which I wager half on a -8000 moneyline...so on and so forth 3000 times.

    Thanks for taking a look and let me know any questions!

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,819

    Re: Sports betting compound interest running balance

    It seems relatively straightforward, so I wonder if I am missing something. Here's how I would do it (assuming I understand everything correctly):
    1) Enter B and C into convenient cells (Maybe A2 and B2).
    2) Enter my starting value for A near the top of a column (0.5 entered into A5, maybe).
    3) Enter my formula in the cell adjacent. =$B$2*A5/$A$2-A5/$A$2+A5 entered into B5. Note the mix of relative and absolute references.
    4) In A6, make a copy of B5 using the simple =B5.
    5) Copy B5 into B6.
    6) Select A6:B6 and copy down 3000 rows.

    Perhaps this is more of an algebra question? I notice that a little algebra simplifies the expression dramatically:
    Anew=C*A/B-A/B+A -> use distributive property to factor out A
    Anew=A*(C/B-1/B+1) -> when you substitute Anew in for A and work the algebra, you get a power expression
    A(i)=A(0)*(C/B-1/B+1)^i

    Now, you can enter A(0), C, B and i (3000) into convenient cells and enter that formula and get the result.

    I'm not certain I understand the question. If I do, either of those approaches should work.
    Last edited by MrShorty; 01-29-2021 at 03:09 PM.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,819

    Re: Sports betting compound interest running balance

    In addition, the FV() function can be used for appropriate compound interest problems. In this case, present value is your initial 0.5 (or -.5 depending on what you want negative and positive values to mean), the rate is (C/2-1/2), payment is 0, and nper is i (3000). =FV(C/2-1/2,3000,0,-0.5)

  4. #4
    Registered User
    Join Date
    01-29-2021
    Location
    Chattanooga, TN
    MS-Off Ver
    2011
    Posts
    2

    Re: Sports betting compound interest running balance

    Thanks McShorty. That solved it!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Compounding Interest - Create a running balance sheet
    By abarbee314 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-28-2020, 02:33 PM
  2. Replies: 5
    Last Post: 06-29-2017, 11:18 PM
  3. Sports Betting Problem
    By dajuice6868 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-26-2013, 04:32 AM
  4. Complicated Formula to do with Sports Betting Lines
    By traggs25 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-10-2013, 05:02 PM
  5. Replies: 3
    Last Post: 02-14-2008, 11:27 AM
  6. Mtge calculation (Dly compound interest and multiple interest rate
    By Spudson in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-03-2005, 03:55 PM
  7. Mtge calculation (Dly compound interest and multiple interest rate
    By Spudson in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-02-2005, 06:17 PM

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