GET /api/bet_types/bd161c4d-c6d2-4dad-9a84-af5f6b61535d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "bd161c4d-c6d2-4dad-9a84-af5f6b61535d",
"match": "https://api-prod.gambitprofit.com/api/matches/1e907c1f-da1a-4a1e-a58d-7865cf88935b/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": false,
"description": "There is no line under 1.10 reward"
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "COL",
"amount": 6183.0
},
{
"team": "CIN",
"amount": 3817.0
}
],
"expected_reward_tokens": 9274.5,
"profit_sb": 274.5,
"profit_sb_percentage": 3.05,
"recommended": true
},
"lines": [
{
"id": "c2e22a18-78e6-4f89-ae44-fdb212c0be32",
"gambit_id": "c36ca743-716d-4914-8c6a-9e51cd2cfccc",
"last_updated": "2022-09-03T20:02:08.592216-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "COL",
"reward": "1.50000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd161c4d-c6d2-4dad-9a84-af5f6b61535d/?format=api"
},
{
"id": "fc836e08-4f66-4ba4-bcd3-5db488cffc1d",
"gambit_id": "02168e2d-a976-4d87-a953-0d538be1454e",
"last_updated": "2022-09-03T20:02:08.591206-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CIN",
"reward": "2.43000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd161c4d-c6d2-4dad-9a84-af5f6b61535d/?format=api"
}
]
}