GET /api/bet_types/5dcc22c3-fc33-4d88-8246-32c05f42caae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5dcc22c3-fc33-4d88-8246-32c05f42caae",
"match": "https://api-prod.gambitprofit.com/api/matches/b69d8286-a5ff-44a1-ab9d-c06f26868052/?format=api",
"name": "Over/Under",
"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": "Game Total Under 40.5",
"amount": 5000.0
},
{
"team": "Game Total Over 40.5",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "ab464871-e2a5-4091-b621-baec5f58339e",
"gambit_id": "4ddd4fe2-d457-41c3-a9b4-cbddb39c632e",
"last_updated": "2022-11-06T08:07:40.230775-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Under 40.5",
"reward": "1.80000",
"odds": "1.90910",
"spread": "40.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dcc22c3-fc33-4d88-8246-32c05f42caae/?format=api"
},
{
"id": "8c7aa978-d6e8-4d73-bdff-40eac48cc818",
"gambit_id": "05d637f6-ab48-48aa-b67b-2cb2a6e88997",
"last_updated": "2022-11-06T08:07:40.231893-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Over 40.5",
"reward": "1.80000",
"odds": "1.90910",
"spread": "40.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dcc22c3-fc33-4d88-8246-32c05f42caae/?format=api"
}
]
}