GET /api/bet_types/b019c15e-3666-42ac-ac7b-998024432eb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b019c15e-3666-42ac-ac7b-998024432eb1",
"match": "https://api-prod.gambitprofit.com/api/matches/e1d59138-af04-4eba-8858-eaaee30d76f1/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-13T10:18:26.529168-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": "TEX",
"amount": 6232.0
},
{
"team": "SFO",
"amount": 3768.0
}
],
"expected_reward_tokens": 9533.04,
"profit_sb": 33.04,
"profit_sb_percentage": 0.35,
"recommended": true
},
"lines": [
{
"id": "fc8e3834-24b4-4547-9854-32a646693cbb",
"gambit_id": "178e05c4-bd44-49ff-80e1-4720a851d310",
"last_updated": "2023-08-14T10:53:20.635170-04:00",
"created_at": "2023-08-13T10:18:26.533512-04:00",
"name": "TEX",
"reward": "1.53000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b019c15e-3666-42ac-ac7b-998024432eb1/?format=api"
},
{
"id": "f60e22ee-2abe-47f7-951d-9ffaeba791db",
"gambit_id": "63628365-105b-4fba-9292-16efce8740f8",
"last_updated": "2023-08-14T10:53:20.638617-04:00",
"created_at": "2023-08-13T10:18:26.538682-04:00",
"name": "SFO",
"reward": "2.53000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b019c15e-3666-42ac-ac7b-998024432eb1/?format=api"
}
]
}