GET /api/bet_types/d71870b4-8270-42e8-9619-b368162c2035/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d71870b4-8270-42e8-9619-b368162c2035",
"match": "https://api-prod.gambitprofit.com/api/matches/34c192cd-8dd9-4337-b8b0-5d98c5b096be/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-31T11:47:18.170962-04: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": "NYY",
"amount": 6100.0
},
{
"team": "SEA",
"amount": 3900.0
}
],
"expected_reward_tokens": 9516.0,
"profit_sb": 16.0,
"profit_sb_percentage": 0.17,
"recommended": true
},
"lines": [
{
"id": "6df74adb-165e-4123-b71f-24129b5e6d92",
"gambit_id": "93c88b16-dccf-4e06-b6b5-a80578c77936",
"last_updated": "2023-06-01T10:07:11.516315-04:00",
"created_at": "2023-05-31T11:47:18.173076-04:00",
"name": "NYY",
"reward": "1.56000",
"odds": "1.58820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d71870b4-8270-42e8-9619-b368162c2035/?format=api"
},
{
"id": "7b92755f-fe82-4abf-8d3d-b21f2ff35537",
"gambit_id": "c2f0744d-2628-4ffe-a396-9273dada1648",
"last_updated": "2023-06-01T10:07:11.518666-04:00",
"created_at": "2023-05-31T11:47:18.177137-04:00",
"name": "SEA",
"reward": "2.44000",
"odds": "2.50000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d71870b4-8270-42e8-9619-b368162c2035/?format=api"
}
]
}