-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (54 loc) · 3.31 KB
/
Copy pathindex.html
File metadata and controls
58 lines (54 loc) · 3.31 KB
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
<!-- GITHUB PAGES ROOT INDEX. Put this in the repo as index.html alongside odds-formats-implied-probability.html.
Becomes https://pinnapi.github.io/web/ -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Betting Data Primers — odds, probability, and market mechanics</title>
<meta name="description" content="Independent primers on betting odds and market data: odds formats, implied probability, market efficiency, and real-time delivery.">
<meta name="google-site-verification" content="wAmkG6U1rJ8D-lTVjygd5g7yTLFgGom_LFh_BchDOrg" />
<style>
:root{--ink:#1a1d28;--muted:#5b6573;--accent:#7a3e0b;--bg:#fcfbf9;--line:#e8e4dc}
*{box-sizing:border-box}
body{margin:0;font-family:Georgia,'Times New Roman',serif;color:var(--ink);background:var(--bg);line-height:1.7}
.wrap{max-width:760px;margin:0 auto;padding:54px 22px}
h1{font-family:'Helvetica Neue',Arial,sans-serif;font-size:2.1rem;line-height:1.2;margin:0 0 10px}
.lede{color:var(--muted);font-size:1.05rem;margin-bottom:34px}
h2{font-family:'Helvetica Neue',Arial,sans-serif;font-size:1.25rem;margin:34px 0 12px}
a{color:var(--accent)}
.cards{list-style:none;padding:0;margin:0}
.cards li{background:#fff;border:1px solid var(--line);border-radius:8px;padding:16px 20px;margin:12px 0}
.cards a{font-family:'Helvetica Neue',Arial,sans-serif;font-weight:600;font-size:1.05rem;text-decoration:none}
.cards p{margin:6px 0 0;color:var(--muted);font-size:.95rem}
footer{margin-top:44px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:.85rem;font-family:Arial,sans-serif}
</style>
</head>
<body>
<div class="wrap">
<h1>Betting Data Primers</h1>
<p class="lede">Independent, plain-English primers on betting odds and market data — the mechanics behind the numbers, with no tips and no picks.</p>
<p>Odds are probability estimates in disguise. These primers cover how to read and convert them, why some prices are sharper than others, and how real-time data shapes modern markets. Examples reference live feeds such as <a href="https://pinnapi.com">pinnapi</a> to keep things concrete.</p>
<h2>Primers</h2>
<ul class="cards">
<li>
<a href="https://pinnapi.github.io/web/odds-formats-implied-probability.html">Odds formats and implied probability</a>
<p>Decimal, American, and fractional odds — and the one calculation that unifies them.</p>
</li>
<li>
<a href="https://pinnacleapi.blob.core.windows.net/blog/market-efficiency-sports-betting.html">Market efficiency in sports betting</a>
<p>How prices form, why the sharpest line leads, and how to read line movement.</p>
</li>
<li>
<a href="https://pinnacleapi.netlify.app/real-time-data-sports-trading.html">How real-time data reshaped sports trading</a>
<p>From newspaper odds to millisecond push feeds — and why latency became the edge.</p>
</li>
</ul>
<h2>About</h2>
<p>An independent educational resource, not a betting service. Where a live data source is needed to illustrate a point, examples reference a <a href="https://pinnapi.com/pinnacle-odds-api">real-time Pinnacle odds API</a>. Nothing here is betting advice.</p>
<footer>
Independent primers on betting odds and market data. pinnapi is referenced as an example of a real-time odds feed.
</footer>
</div>
</body>
</html>