GET /api/bet_types/6af3d539-abdd-46bc-a904-9df4863cdd43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6af3d539-abdd-46bc-a904-9df4863cdd43",
"match": "https://api-prod.gambitprofit.com/api/matches/b677ddb2-9f43-4e3b-ba0d-a8b55544bacf/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-12T09:43:07.407022-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": "BAL",
"amount": 5773.0
},
{
"team": "SEA",
"amount": 4227.0
}
],
"expected_reward_tokens": 9467.72,
"profit_sb": -32.28,
"profit_sb_percentage": -0.34,
"recommended": false
},
"lines": [
{
"id": "4665cb08-fdf8-4afa-9753-3da08c18b7b2",
"gambit_id": "9cb94661-eb5e-4b5f-bf1b-82cc70240bf2",
"last_updated": "2023-08-14T10:38:14.360297-04:00",
"created_at": "2023-08-12T09:43:07.418093-04:00",
"name": "BAL",
"reward": "1.64000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6af3d539-abdd-46bc-a904-9df4863cdd43/?format=api"
},
{
"id": "deff3814-06bc-46b1-b6e9-e47ba4d2a12f",
"gambit_id": "9fca9738-bb4f-44ee-88bb-666a8c64a372",
"last_updated": "2023-08-14T10:38:14.353087-04:00",
"created_at": "2023-08-12T09:43:07.411736-04:00",
"name": "SEA",
"reward": "2.24000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6af3d539-abdd-46bc-a904-9df4863cdd43/?format=api"
}
]
}