Calculate Probability of Winning w/ Advantage & Bankroll

  • Thread starter 111111
  • Start date
In summary, the probability of having $MX at some point in the game, assuming you play until you either run out of money or you reach your target, is approximately 90.28% if you have $600 and bet $10 at a time, and approximately 51% if you have $1,000 and bet $10 at a time.
  • #1
111111
29
0
Say you are playing game in which you are betting money and you believe you have an advantage, (if you bet $X and win, you get $2X back). Given a bankroll X an bet unit of Y and an advantage of A, what is the probability of at some point having MX dollars, assuming you play until you either run out of money or you reach your target?

I have made simulations on excel and have found that it is easy to calculate when you have zero advantage (i.e. the probability of winning is 50%) because regardless of your bet size you always have a X/MX probability of reaching your target (MX).

Example: you have $1,000 and will play a fair game until either you reach $2,000 or zero, the odds of doing this is 50% regardless of bet size.

So given all of this I am wondering what the probability will be when you change one factor (the advantage).

According to my simulation If you have $600 and bet $10 at a time you have about a 90.28% chance of reaching $1200 before you reach zero, if your chance of winning is 51%. I say "about" 90.28 because I have only run it a couple thousand times and it is constantly changing. Since I'm doing it on excel it takes a couple minutes to rack up a thousand runs.

I would like a way to calculate it exactly, but if anyone knows of some good simulation software that will do this, I would appreciate it if you told me.
 
Last edited:
Physics news on Phys.org
  • #2
You can do this by conditional probability

P(winning|starting position) = P(winning|lose first)P(lose) + P(winning|win first)P(win first)

So if the probability of winning is p, you call the probability of winning from position k pk and get

pk = pk-1(1-p) + pk+1p

which I'm fairly certain is solvable if you know how to do that sort of thing. You can get your boundary conditions by noting you always win if you start with the money you're trying to get, and always lose if you start with 0 dollars

Note that in your simulation, you'd probably want to scale everything down by a factor of 10 (so you start at position 60, and win or lose 1 dollar each round)
 
  • #3
See http://freestatistics.altervista.org/en/stat.php,

"STATISTICAL LAB (3.5): interactive Tool To Simulate and Solve Statistical Problems (you need to have R installed)."

Alternatively you can try programming it in C++ or Fortran, if you have a compiler -- these will run extremely fast.
 
Last edited:
  • #4
Office_Shredder said:
So if the probability of winning is p, you call the probability of winning from position k pk and get

pk = pk-1(1-p) + pk+1p

I'm not sure if that will work for what I am talking about, maybe if you give a demonstration.

But anyways, shortly after posting this thread I figured out an easy way to do it by using geometric series.
 
Last edited:
  • #5
What Office_Shredder indicated is the general method of solving these type of problems,
known as difference equations, here which is of second order. No simulation is required.
 
Last edited:

FAQ: Calculate Probability of Winning w/ Advantage & Bankroll

Question 1: What is the advantage in a probability calculation?

The advantage in a probability calculation refers to the additional benefit or edge that a player or team has in a given situation. This advantage can be due to various factors such as skill level, experience, or resources.

Question 2: How do you calculate the probability of winning with advantage?

To calculate the probability of winning with advantage, you need to first determine the advantage percentage. This can be done by dividing the number of favorable outcomes by the total number of possible outcomes. Then, you multiply this percentage by 100 to get the probability in terms of a percentage.

Question 3: What role does bankroll play in probability calculations?

Bankroll is the term used to describe the amount of money or resources that a player or team has available to them. In probability calculations, bankroll is important as it affects the potential risk and reward of a particular action or strategy. A larger bankroll can provide more opportunities for success, while a smaller bankroll may limit the range of options available.

Question 4: How can you improve your probability of winning with advantage and a limited bankroll?

One way to improve your probability of winning with advantage and a limited bankroll is to carefully manage your resources and make strategic decisions. This could involve taking calculated risks, utilizing efficient strategies, and being aware of the odds and probabilities involved in different scenarios.

Question 5: Are there any limitations to using probability calculations in a game or competition?

Yes, there are limitations to using probability calculations in a game or competition. While these calculations can provide valuable insights and help inform decision-making, they are not a guarantee of success. Many factors, such as luck and unpredictable events, can also play a role in determining the outcome of a game or competition.

Back
Top