GET /api/bet_types/6e7f091c-a877-41e9-9963-6af3c59bd593/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6e7f091c-a877-41e9-9963-6af3c59bd593",
"match": "https://api-prod.gambitprofit.com/api/matches/e2cd3987-1e77-4189-9b41-a9da36f37732/?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": "Miami Heat",
"amount": 5000.0
},
{
"team": "Portland Trail Blazers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "2e116ff1-5a7d-46bb-86ac-159091a7621c",
"gambit_id": "bfcf47e5-28f6-4c70-8e78-885111224bf0",
"last_updated": "2022-11-08T09:57:30.227183-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Miami Heat",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e7f091c-a877-41e9-9963-6af3c59bd593/?format=api"
},
{
"id": "bcea7140-194f-4a84-94aa-9062dcd492fb",
"gambit_id": "d34dc874-3d06-4a2f-9ab1-94db4c92d580",
"last_updated": "2022-11-08T09:57:30.228176-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Portland Trail Blazers",
"reward": "1.80000",
"odds": "1.90910",
"spread": "5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e7f091c-a877-41e9-9963-6af3c59bd593/?format=api"
}
]
}