GET /api/bet_types/2263510b-866b-4876-843f-ebe5d657dc0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2263510b-866b-4876-843f-ebe5d657dc0c",
"match": "https://api-prod.gambitprofit.com/api/matches/f5d104d8-d6f4-4e2c-9665-14f9be1c3363/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-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": "UCLA",
"amount": 5000.0
},
{
"team": "USC",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "2df2bb69-4d66-41ca-afc9-1bd7d8ea450a",
"gambit_id": "4465d1f2-f0e1-4a9f-83c5-4b0c638798e5",
"last_updated": "2022-11-21T09:48:51.630454-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "UCLA",
"reward": "1.80000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2263510b-866b-4876-843f-ebe5d657dc0c/?format=api"
},
{
"id": "a11c0206-d26c-4283-9df7-fc82b61b87dd",
"gambit_id": "4659f7fa-3f1c-4bd6-80d2-2cc52c1d4f7a",
"last_updated": "2022-11-21T09:48:51.631471-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "USC",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2263510b-866b-4876-843f-ebe5d657dc0c/?format=api"
}
]
}