GET /api/bet_types/4a425dc2-9ae6-432e-81a6-b17523fccb23/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4a425dc2-9ae6-432e-81a6-b17523fccb23",
"match": "https://api-prod.gambitprofit.com/api/matches/30f449fe-ec12-4c5c-b33d-e94d7f6faf5b/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-12T09:43:05.773753-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": "LAA",
"amount": 5423.0
},
{
"team": "HOU",
"amount": 4577.0
}
],
"expected_reward_tokens": 9381.79,
"profit_sb": -118.21,
"profit_sb_percentage": -1.24,
"recommended": false
},
"lines": [
{
"id": "2faa8aec-1fc9-4392-999a-ef80a5d54a8b",
"gambit_id": "4bcc680b-8152-4887-bef5-8632d192baf0",
"last_updated": "2023-08-14T10:43:13.615740-04:00",
"created_at": "2023-08-12T09:43:05.777790-04:00",
"name": "LAA",
"reward": "1.73000",
"odds": "1.76920",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a425dc2-9ae6-432e-81a6-b17523fccb23/?format=api"
},
{
"id": "cbd93a1e-ee5c-4499-abbf-c3d067c3bfae",
"gambit_id": "e272e0de-68e1-4daa-a9a8-c8ded1cb015c",
"last_updated": "2023-08-14T10:43:13.619022-04:00",
"created_at": "2023-08-12T09:43:05.784698-04:00",
"name": "HOU",
"reward": "2.05000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a425dc2-9ae6-432e-81a6-b17523fccb23/?format=api"
}
]
}