GET /api/bet_types/bcba6a97-f347-4274-9633-6b4184955ef8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "bcba6a97-f347-4274-9633-6b4184955ef8",
"match": "https://api-prod.gambitprofit.com/api/matches/50f8b932-6fc4-4cc7-a820-c9cccbfc2054/?format=api",
"name": "Pick the Winner",
"created_at": "2023-12-20T10:03:19.378505-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": "Los Angeles Lakers",
"amount": 5939.0
},
{
"team": "Chicago Bulls",
"amount": 4061.0
}
],
"expected_reward_tokens": 9502.4,
"profit_sb": 2.4,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "6b443084-6bd9-4d43-9c22-1f4d116aaef5",
"gambit_id": "95c03560-2c0d-4b82-97a1-7c30937db3a0",
"last_updated": "2023-12-21T10:48:25.800161-05:00",
"created_at": "2023-12-20T10:03:19.382322-05:00",
"name": "Los Angeles Lakers",
"reward": "1.60000",
"odds": "1.62500",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcba6a97-f347-4274-9633-6b4184955ef8/?format=api"
},
{
"id": "5162dfb5-0e50-4e60-844f-a4243b0568c6",
"gambit_id": "d9293089-a524-480b-afea-d7cdfa9472a8",
"last_updated": "2023-12-21T10:48:25.803677-05:00",
"created_at": "2023-12-20T10:03:19.386301-05:00",
"name": "Chicago Bulls",
"reward": "2.34000",
"odds": "2.40000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcba6a97-f347-4274-9633-6b4184955ef8/?format=api"
}
]
}