GET /api/bet_types/7bd62e6a-8a95-4c59-8795-9355537d718f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7bd62e6a-8a95-4c59-8795-9355537d718f",
"match": "https://api-prod.gambitprofit.com/api/matches/fba660ae-05ae-433a-a9e3-71a8fc3fc359/?format=api",
"name": "Pick the Winner",
"created_at": "2023-09-28T10:08:16.443758-04:00",
"high_risk": {
"possible": true,
"name": "High Risk",
"bet": [
{
"team": "San Francisco 49ers",
"amount": 10000
}
],
"expected_reward_tokens": 10800.0,
"profit_sb": 1300.0,
"profit_sb_percentage": 13.68,
"recommended": true
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "San Francisco 49ers",
"amount": 8769.0
},
{
"team": "Arizona Cardinals",
"amount": 1231.0
}
],
"expected_reward_tokens": 9466.39,
"profit_sb": -33.61,
"profit_sb_percentage": -0.35,
"recommended": false
},
"lines": [
{
"id": "738e9cf1-9980-4466-9e77-24014fe6adc2",
"gambit_id": "9c4ff317-3429-4f94-bb68-07707d7e03cc",
"last_updated": "2023-10-02T14:03:02.987470-04:00",
"created_at": "2023-09-28T10:08:16.448000-04:00",
"name": "San Francisco 49ers",
"reward": "1.08000",
"odds": "1.08330",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bd62e6a-8a95-4c59-8795-9355537d718f/?format=api"
},
{
"id": "d2c70d53-a3be-4076-b3ea-df870af53b06",
"gambit_id": "55e42d4d-175c-4371-b514-db0a486af4b3",
"last_updated": "2023-10-02T14:03:02.994757-04:00",
"created_at": "2023-09-28T10:08:16.452018-04:00",
"name": "Arizona Cardinals",
"reward": "7.69000",
"odds": "8.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bd62e6a-8a95-4c59-8795-9355537d718f/?format=api"
}
]
}