GET /api/bet_types/3ae1c1e4-6eab-43a3-ab8d-bd495902902e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3ae1c1e4-6eab-43a3-ab8d-bd495902902e",
"match": "https://api-prod.gambitprofit.com/api/matches/e8d306e0-7edc-42f2-96ec-65a2fef3f9dd/?format=api",
"name": "Pick the Winner",
"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": "New Jersey Devils",
"amount": 5899.0
},
{
"team": "Dallas Stars",
"amount": 4101.0
}
],
"expected_reward_tokens": 9143.45,
"profit_sb": 143.45,
"profit_sb_percentage": 1.59,
"recommended": true
},
"lines": [
{
"id": "6e2db254-eefc-4409-beba-ed6cd6b0241e",
"gambit_id": "6921f93f-c9b6-49a5-967f-b506690961f7",
"last_updated": "2022-12-14T10:17:16.538096-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Jersey Devils",
"reward": "1.55000",
"odds": "1.62500",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ae1c1e4-6eab-43a3-ab8d-bd495902902e/?format=api"
},
{
"id": "13cf6765-8192-4930-89ba-b1e9e43a6d71",
"gambit_id": "39b5861d-d655-48a8-a0e9-92a6f2cd439b",
"last_updated": "2022-12-14T10:17:16.539260-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Dallas Stars",
"reward": "2.23000",
"odds": "2.40000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ae1c1e4-6eab-43a3-ab8d-bd495902902e/?format=api"
}
]
}