Jump to content

wladoD

Members
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

wladoD's Achievements

Member

Member (2/5)

0

Reputation

  1. Morning, What you saying is (0,2), do i understand it correctly that now chance of 1 is only 33,3 % ? 2 odds in decimal should give you 50 % of winning (2 decimal odds = 1/1 in fractional odds) I was wondering how could i make a function like rand() but give conditions that number has to appear at least 60 % or any given number? Thank you
  2. Morning, i get your point, we are from different part of the world, hence you guys are using different betting odds. I was always talking about decimal odds; Thank you
  3. Hello there, Not sure why it is wrong as i have bet before; maybe its different in each country but i doubt it. Bank = 500 EURO Bet 50 x 2 (odss) = 100 EURO Bank After bet = 450 EURO and if win = 550 EURO. This is how it works in my country. You never get back your bet + winnings as you mention above. Thank you
  4. When you place the bet, you bankroll became 450 EURO and will stay the same if you loose; however if you win you bankroll is now 450 + 100 = 550 EUR. If you loose profit is 0, if you win your profit is 50 EUR - so basically you could see profit next to each bet. Thank you
  5. Units, EURO. I mean i know how to count %, i just meant to ask how to incorporate it in the formula. Thank you sir.
  6. Amazing, looks pretty straight forward, how could i see PROFIT for each winning unit ? Plus one more question how to calculate how many wins in 500 in % please ? Big Thanks
  7. you win if first bet bankroll = 550 EURO if you loose first bet bankroll = 450 EURO. Thanks
  8. Yes, sure as i mentioned above. 500 Bankroll 1. Bet is 50 EURO / 2.00 ODDS (possible winning 100 EURO) When you place the bet, you bankroll became 450 EURO and will stay the same if you loose; however if you win you bankroll is now 450 + 100 = 550 EUR.
  9. When you place a bet, bankroll in reduced till the ticket is winning or loosing. Thanks
  10. I thought the same at begging but consider this; 500 Bankroll 1. Bet is 50 EURO / 2.00 ODDS (possible winning 100 EURO) When you place the bet, you bankroll became 450 EURO and will stay the same if you loose; however if you win you bankroll is now 450 + 100 = 550 EUR. Thank you
  11. I reckon 0.5 EURO should be the lowest. You aren't loosing the stake, i calculated lest say you win first bet = 500 + 50 , i guess you can calculated is 450 + 100. Thank you
  12. hey, always 10% of bankroll, so if you win first bet your bankroll will be 550 hence next bet will be 55 EUR. yes, very true, it would be great to indicate in which occurrence it happens. lets say 349 bet for example. Big Thanks
  13. Hi Guys, I am new here, hope you are all well. I am very new in php. I would like to ask a question. I am trying to calculate my bets. Basically you start with 500 EUR, you bet 10 % with avg odds 2. It all fine. How can i run this function 500 times for example with update bankroll? Please help me, Thank you. <?php function betting($bankroll, $betPerc, $odds) { $number = rand(0,1); $bet = $bankroll * $betPerc; if($number == 1){ return $bankroll = $bet * $odds - $bet + $bankroll; }else return $bankroll - $bet; } echo betting(500, 0.1, 2); ?>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.