-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbench_spot.json
More file actions
24 lines (24 loc) · 928 Bytes
/
Copy pathbench_spot.json
File metadata and controls
24 lines (24 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"board": "Ks7h2d",
"range_oop": "55-22,A8s-A2s,K9s-K6s,Q9s-Q6s,J9s-J7s,T8s-T7s,97s,98s,86s,87s,75s,76s,64s,65s,53s,54s,43s,AJo-A8o,KTo-K9o,QTo,QJo,JTo,T9o,98o",
"range_ip": "22+,A2s+,K6s+,Q8s+,J8s+,T8s+,97s+,87s,76s,65s,A8o+,KTo+,QTo+,JTo",
"tree": {
"starting_pot": 60,
"effective_stack": 970,
"rake_pct": 0,
"rake_cap": 0,
"oop": [
{ "bet": [{"PotPct": 33}], "raise": [{"PotPct": 60}], "donk": [] },
{ "bet": [{"PotPct": 75}], "raise": [{"PotPct": 60}], "donk": [] },
{ "bet": [{"PotPct": 75}], "raise": [{"PotPct": 60}], "donk": [] }
],
"ip": [
{ "bet": [{"PotPct": 33}, {"PotPct": 75}], "raise": [{"PotPct": 60}], "donk": [] },
{ "bet": [{"PotPct": 75}], "raise": [{"PotPct": 60}], "donk": [] },
{ "bet": [{"PotPct": 75}], "raise": [{"PotPct": 60}], "donk": [] }
],
"allin_threshold": 0.85,
"add_allin": false,
"max_raises": 10
}
}