GET /api/bet_types/1df10ef8-02c9-4c2b-8d72-a6c5ce837cd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1df10ef8-02c9-4c2b-8d72-a6c5ce837cd5",
"match": "https://api-prod.gambitprofit.com/api/matches/ab93da22-3c57-4299-8486-4537cd23814a/?format=api",
"name": "FreeForm",
"created_at": "2023-08-28T14:13:23.418708-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": "Even",
"amount": 5000.0
},
{
"team": "Odd",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "13fc472f-7641-45a2-beb2-e37f28e22b8a",
"gambit_id": "603c52d8-e835-4d4c-b996-0d3f7961818f",
"last_updated": "2023-08-29T19:38:20.767625-04:00",
"created_at": "2023-08-28T14:13:23.430965-04:00",
"name": "Even",
"reward": "1.87000",
"odds": "1.90910",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1df10ef8-02c9-4c2b-8d72-a6c5ce837cd5/?format=api"
},
{
"id": "1906b52f-a7fd-4f5f-9761-bea3c4a954af",
"gambit_id": "4a500c03-645e-42ab-8218-689503d011da",
"last_updated": "2023-08-29T19:38:20.764056-04:00",
"created_at": "2023-08-28T14:13:23.424481-04:00",
"name": "Odd",
"reward": "1.87000",
"odds": "1.90910",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1df10ef8-02c9-4c2b-8d72-a6c5ce837cd5/?format=api"
}
]
}