Online Betting

Mino

Capitano
Capitano
Joined
Mar 23, 2010
Messages
3,753
Likes
153
Most Pessimistic Member
10 years of FIF
Well, I dont think I've claimed to understand your sure bet system, but nonetheless... If you think you've found a way to beat the system, you're going to end up broke and penniless.

But, put your money where your mouth is :)

after my finals we'll see the results :)
 

Mino

Capitano
Capitano
Joined
Mar 23, 2010
Messages
3,753
Likes
153
Most Pessimistic Member
10 years of FIF
fuck finals :work:


i made a quick C++ code to calculate the total profit and the total buy-in that should be prepared
for different initial stakes (1 € , 2 € , 4 €) , applied to this year's serie A , for teams that i know i would've picked :
The draw odd i used is 3 , it's usually higher .

Code:
			#include <iostream>
			#include <fstream>
			
			
			using namespace std;
			
			
			int main()
			{
			  int bankroll, bank,buyin,s;
			  
			  s=1 ;//initial stake
			  
			  int inter[]=    {1,0,1,0,0,0,1,0,0,0,1,1,0,0,0,1,1,0,1,0,0,0,0,0,0,1,1,0,1,0,1,0,0,1,0};
			  int torino[]=   {1,0,0,0,1,0,0,0,0,1,0,0,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,1,1,0,1,0,1};
			  int chievo[]=   {0,0,0,0,1,0,0,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,1,1};
			  int atalanta[]= {1,0,0,0,0,0,0,0,1,1,1,0,1,0,0,1,1,1,0,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,0};
			  int sampdoria[]={1,0,1,0,0,0,1,1,0,0,1,1,1,0,1,1,0,0,0,1,0,1,0,1,0,0,0,0,0,1,1,0,1,0,0};
			  int genoa[]=    {0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,0,1,0,1,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0,1};
			  for(int j=0;j<3;j++){
			  bank= 7000 ;
			  bankroll=0;
			  buyin=0;
			  int interC=s;int torinoC=s;int chievoC=s;int atalantaC=s;int sampdoriaC=s;int genoaC=s;
			  
			  for (int i=0;i<34;i++) {
			  if (inter[i]) {
			  		
					if (bankroll<interC){
					bank=bank-(interC-bankroll);
					buyin=buyin+(interC-bankroll); 
			  		bankroll=bankroll+(interC-bankroll);
					
					}
			  	
			  	
			  bankroll=(bankroll+interC*3)-interC;
			  interC=s;
			  }	
			  else
			  {
			  	  bankroll=bankroll-interC;
			  	  interC=interC*2;
			  }
			  
			  
			  if (torino[i]) {
			  		
					if (bankroll<torinoC){
					bank=bank-(torinoC-bankroll);
					buyin=buyin+(torinoC-bankroll);
			  		bankroll=bankroll+(torinoC-bankroll);
					 
					  
					}
			  	
			  	
			  bankroll=(bankroll+torinoC*3)-torinoC;
			  torinoC=s;
			  }	
			  else
			  {	  	  
			  bankroll=bankroll-torinoC;
			  torinoC=torinoC*2;
			  }
			  
			  if (chievo[i]){
			  		
					if (bankroll<chievoC){
					bank=bank-(chievoC-bankroll);
					buyin=buyin+(chievoC-bankroll); 
			  		bankroll=bankroll+(chievoC-bankroll);
					
					  
					}
			  	
			  	
			  bankroll=(bankroll+chievoC*3)-chievoC;
			  chievoC=s;
			  }	
			  else
			  {
			  	  	  	bankroll=bankroll-chievoC;
						chievoC=chievoC*2;
			  }
			  
			  if (atalanta[i]){
			  		
					if (bankroll<atalantaC){
					bank=bank-(atalantaC-bankroll);
					buyin=buyin+(atalantaC-bankroll); 
			  		bankroll=bankroll+(atalantaC-bankroll);
					
					  
					}
			  	
			  	
			  bankroll=(bankroll+atalantaC*3)-atalantaC;
			  atalantaC=s;
			  }	
			  else
			  {
			  		  	bankroll=bankroll-atalantaC;
						atalantaC=atalantaC*2;
			  }
			  
			  if (sampdoria[i]) {
			  		
					if (bankroll<sampdoriaC){
					bank=bank-(sampdoriaC-bankroll);
					buyin=buyin+(sampdoriaC-bankroll); 
			  		bankroll=bankroll+(sampdoriaC-bankroll);
					
					  
					}
			  	
			  	
			  bankroll=(bankroll+sampdoriaC*3)-sampdoriaC;
			  sampdoriaC=s;
			  }	
			  else
			  {
			  		bankroll=bankroll-sampdoriaC;
					sampdoriaC=sampdoriaC*2;
			  }
			  
			  
			 if (genoa[i]){
			  		
					if (bankroll<genoaC){
					bank=bank-(genoaC-bankroll);
					buyin=buyin+(genoaC-bankroll); 
			  		bankroll=bankroll+(genoaC-bankroll);
					
					  
					}
			  	
			  	
			  bankroll=(bankroll+genoaC*3)-genoaC;
			  genoaC=s;
			  }	
			  else
			  {
			  	bankroll=bankroll-genoaC;
		        genoaC=genoaC*2;
			  }
			 
			 
			     
			 	ofstream results ("results.txt", ios::app );
			 	results<<" Week :  " << (i+1)<<" ; initial stake : "<<s<< " ; Bankroll = "<< bankroll  << " ; BankAccount = "<< bank<<" ; Total buyin = "<<buyin<<"\n";
				results.close();
			
			}
				
				ofstream results ("results.txt", ios::app );
				results<<"_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n";
				results<<"Total profit = " <<(bankroll- (7000-bank))<<"\n";
				results<<"_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n";
				results.close();
			  	s=s*2;  	
			  }
		return 0;
		}

and the results until the previous week (i'm waiting for genoa-torino to update it) are :
initial stake : 1 €
buy-in : 218 €
profit =723 €
_____________
initial stake : 2 €
buy-in : 436€
profit =1446 €
_____________
initial stake : 4 €
buy-in : 872€
profit =2892 €
_____________
the output result can be found here.

genoa is killing the bankroll , they didn't draw for the 6th week in a row , if they draw today the profit will jump to
853 € , 1706 € , 3412 € respectively for 1 , 2 , 4 stakes
 
Last edited:

Mino

Capitano
Capitano
Joined
Mar 23, 2010
Messages
3,753
Likes
153
Most Pessimistic Member
10 years of FIF
inter to win @2.35 :serious: , good value imo
i'm gonna go for it , all my winnings from online betting on it (50 EU)
 

Mino

Capitano
Capitano
Joined
Mar 23, 2010
Messages
3,753
Likes
153
Most Pessimistic Member
10 years of FIF
based Saint-Étienne saving my day
g9TudtM.png


this type of bets are a pain in the ass. i burned my nerves since i began just to end up with peanuts (40 eu)
i'm gonna take this and run away . next year i'll play the martingale draw strategy on serie A.
 

dynasty27

Problema muscolare
La Grande Inter
Joined
Jan 28, 2010
Messages
12,640
Likes
813
Favorite Player
New owner
10 years of FIF
Juventu$ was easy free money (just like Floyd Mayweather). This was better than the stock market.
 

Mino

Capitano
Capitano
Joined
Mar 23, 2010
Messages
3,753
Likes
153
Most Pessimistic Member
10 years of FIF
Juventu$ was easy free money (just like Floyd Mayweather). This was better than the stock market.

Not really , they played with their second team , and they were already champions .

Inter had to win to save the season, if i'll do it again i'll place the same bet
 

Mino

Capitano
Capitano
Joined
Mar 23, 2010
Messages
3,753
Likes
153
Most Pessimistic Member
10 years of FIF
two for the money (2005) : great movie

 

Mino

Capitano
Capitano
Joined
Mar 23, 2010
Messages
3,753
Likes
153
Most Pessimistic Member
10 years of FIF
Ibra is terminating his contrat with PSG, he is going back to BBilan
meanwhile BBilan to win next year's serie A is @15 at this moment

it's wise to go for at least the top 3 market right now, before they sign more valuable players.
 

Wobblz

Allenatore
Allenatore
Joined
Aug 5, 2012
Messages
9,187
Likes
646
Favorite Player
Baggio
10 years of FIF
Which is the best online betting site? bet365?

I was into betting for a couple of weeks a couple of years ago, made some 2000% out of 5Euros they gave me as a gift at a basketball game.

Was broke as fuck back then so this money helped me quite a lot, now I'd do it for fun.
 

Dylan

La Grande Inter
La Grande Inter
Joined
Jul 20, 2008
Messages
24,497
Likes
138
Favorite Player
Walter Samuel
10 years of FIF
FIF Special Ones
The only time I ever won big it came through when I was out and ended up buying everyone drinks :palm:
 

dynasty27

Problema muscolare
La Grande Inter
Joined
Jan 28, 2010
Messages
12,640
Likes
813
Favorite Player
New owner
10 years of FIF
so mino, how much would u put on inter and milan this weeknd?
 

Dylan

La Grande Inter
La Grande Inter
Joined
Jul 20, 2008
Messages
24,497
Likes
138
Favorite Player
Walter Samuel
10 years of FIF
FIF Special Ones
Holy shit :lol:

Had 5 euro in my account, placed a bet for the first time in nearly a year with a Bayern win in it and they lose.
 

Javier'sSon

Allenatore
Allenatore
Joined
Oct 11, 2015
Messages
6,745
Likes
2,549
Favorite Player
Bastoni
I would def like to try this online betting business but I'm pretty sure it's blocked where I live.
 

Armes

Capitano
Capitano
Joined
Apr 13, 2011
Messages
4,771
Likes
329
Favorite Player
Ronaldo L.N.D.L
10 years of FIF
Dylan, merge that thread, don't leave it there closed like a turd float.
 

Dylan

La Grande Inter
La Grande Inter
Joined
Jul 20, 2008
Messages
24,497
Likes
138
Favorite Player
Walter Samuel
10 years of FIF
FIF Special Ones
Just copy and paste your post. Half the time I merge I end up cocking it up.
 

Dylan

La Grande Inter
La Grande Inter
Joined
Jul 20, 2008
Messages
24,497
Likes
138
Favorite Player
Walter Samuel
10 years of FIF
FIF Special Ones
Barcelona to qualify @11.00.

Surely if any team can overturn a 4-0 aggregate loss, it's Messilona? Anyone gonna consider this?
 

zodd

Primavera
Primavera
Joined
Aug 24, 2014
Messages
307
Likes
0
Favorite Player
Figo & JZ
Barcelona to qualify @11.00.

Surely if any team can overturn a 4-0 aggregate loss, it's Messilona? Anyone gonna consider this?

Personally nope, not even for 11.
I would rather choose BVB will go through for around 1,7. They dominated the first game as well despite the (lucky) home goal, in front of their own crowd they should be able to turn this around.
 

firmino

La Grande Inter
La Grande Inter
Joined
Nov 23, 2015
Messages
12,960
Likes
14
Not very likely, so no. But Barca is going to try furiously so I can already see there are going to be goals but on both sides. My money (a whole 5 euros :eek:blivious:) will be on the exact result 3-2 at 18.
 

Dylan

La Grande Inter
La Grande Inter
Joined
Jul 20, 2008
Messages
24,497
Likes
138
Favorite Player
Walter Samuel
10 years of FIF
FIF Special Ones
I just got 40 euro from the UFC last weekend, so I'm going to consider that "disposable" and I've put 30 on it. For the next 48 hours I'm the biggest Barca fan around.

All goes well I get to splash my cash on the exciting prospect of rent. Yay.
 
Top