-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbetting.html
59 lines (52 loc) · 2.18 KB
/
betting.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<title>Calculator</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="mystylesheet.css" type="text/css">
<body>
<div class="container">
<h1>Arbitage betting calculator</h1>
</div>
<div>
<p>Betting arbitrage ("miraclebets", "surebets", sports arbitrage) is an example of arbitrage arising on betting markets due to either bookmakers' differing opinions on event outcomes or errors. When conditions allow, by placing one bet per each outcome with different betting companies, the bettor can make a profit regardless of the outcome. Mathematically arbitrage occurs when there are a set of odds, which represent all mutually exclusive outcomes that cover all state space possibilities (i.e. all outcomes) of an event, whose implied probabilities add up to less than 1.[1] In the bettors' slang an arbitrage is often referred to as an arb; people who use arbitrage are called arbers</p>
</div>
<div class="container">
<h1>betting information</h1>
<h2>Please enter the odds (Outcome of bookmaker one and bookmaker two) and the amount of money you want to bet into the inputs below
</h2>
<p>Please note that the odds needs to be entered in decimal with point seperation</p>
</div>
<form class="container">
<p>
<label1>Bookmaker1 outcome1</label1>
<input class="input" type="text"></p>
<p>
<label2>Bookmaker1 outcome2</label2>
<input class="input" type="text"></p>
<p>
<label3>Bookmaker2 outcome1</label3>
<input class="input" type="text"></p>
<label4>Bookmaker2 outcome2</label4>
<input class="input" type="text"></p>
<p>
<label5>Stake/Money</label5>
<input class="input" type="text"></p>
</form>
</body>
<footer>
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="CSS ist valide!" />
</a>
</p>
CSS ist valide!
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="CSS ist valide!" />
</a>
</p>
</footer>
</html>