GET /api/bet_types/37e022e2-7271-4316-b3cd-b83627d09cee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "37e022e2-7271-4316-b3cd-b83627d09cee",
"match": "https://api-prod.gambitprofit.com/api/matches/3e8fc8e7-b7c3-4d07-a79f-ec17f9cf0420/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-26T09:23:24.328814-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": "BOS",
"amount": 5688.0
},
{
"team": "LOS",
"amount": 4312.0
}
],
"expected_reward_tokens": 9442.08,
"profit_sb": -57.92,
"profit_sb_percentage": -0.61,
"recommended": false
},
"lines": [
{
"id": "e564ad3d-9243-4dc7-99d8-f7a30c3315ce",
"gambit_id": "4159eced-9979-4331-b4ee-893c780ef917",
"last_updated": "2023-08-28T16:23:33.226639-04:00",
"created_at": "2023-08-26T09:23:24.336720-04:00",
"name": "BOS",
"reward": "1.66000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37e022e2-7271-4316-b3cd-b83627d09cee/?format=api"
},
{
"id": "59456a0f-9a1d-4289-aae5-c4efc8a63ee8",
"gambit_id": "21310362-001d-4e9e-92a4-2cadee8ef143",
"last_updated": "2023-08-28T16:23:33.223199-04:00",
"created_at": "2023-08-26T09:23:24.332692-04:00",
"name": "LOS",
"reward": "2.19000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37e022e2-7271-4316-b3cd-b83627d09cee/?format=api"
}
]
}