GET /api/bet_types/b390ae63-e7aa-4f42-8993-ac2b0463e755/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b390ae63-e7aa-4f42-8993-ac2b0463e755",
"match": "https://api-prod.gambitprofit.com/api/matches/1a4feda3-82d8-42cc-9245-d28be9e656be/?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": "LAA",
"amount": 6196.0
},
{
"team": "OAK",
"amount": 3804.0
}
],
"expected_reward_tokens": 9355.96,
"profit_sb": 355.96,
"profit_sb_percentage": 3.96,
"recommended": true
},
"lines": [
{
"id": "4c4e9e2f-ff30-4c59-9c11-20ccb3a67254",
"gambit_id": "c04770a7-6a54-42d1-aba7-acfb6163080e",
"last_updated": "2022-08-11T09:47:10.328749-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "LAA",
"reward": "1.51000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b390ae63-e7aa-4f42-8993-ac2b0463e755/?format=api"
},
{
"id": "febbbf65-a9ff-4269-a9ee-58e93ed67940",
"gambit_id": "18bccf24-3ac7-479f-9a72-c2890ccae0ea",
"last_updated": "2022-08-11T09:47:10.328276-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "OAK",
"reward": "2.46000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b390ae63-e7aa-4f42-8993-ac2b0463e755/?format=api"
}
]
}