GET /api/bet_types/c100f230-e794-42cc-8c30-4879d021ab70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c100f230-e794-42cc-8c30-4879d021ab70",
"match": "https://api-prod.gambitprofit.com/api/matches/dbc3eea0-eeea-40cc-b099-6af56dcfdfb1/?format=api",
"name": "Pick the Winner",
"created_at": "2023-12-22T10:13:14.238898-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": "New York Rangers",
"amount": 5319.0
},
{
"team": "Edmonton Oilers",
"amount": 4681.0
}
],
"expected_reward_tokens": 9361.44,
"profit_sb": -138.56,
"profit_sb_percentage": -1.46,
"recommended": false
},
"lines": [
{
"id": "29d25e1e-d322-4731-8784-a894f0bf5416",
"gambit_id": "e59e3ffd-dc9b-44f4-964e-3db7817acffb",
"last_updated": "2023-12-23T21:08:16.796284-05:00",
"created_at": "2023-12-22T10:13:14.247882-05:00",
"name": "New York Rangers",
"reward": "1.76000",
"odds": "1.80000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c100f230-e794-42cc-8c30-4879d021ab70/?format=api"
},
{
"id": "9af93cd5-fe5e-42ee-b3d5-3e9ad77b1d52",
"gambit_id": "4557c276-a65f-4cd9-ba63-da48d06e5d28",
"last_updated": "2023-12-23T21:08:16.791898-05:00",
"created_at": "2023-12-22T10:13:14.243367-05:00",
"name": "Edmonton Oilers",
"reward": "2.00000",
"odds": "2.05000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c100f230-e794-42cc-8c30-4879d021ab70/?format=api"
}
]
}