GET /api/bet_types/540f1cdd-fc2f-40e9-8769-6f11171bde73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "540f1cdd-fc2f-40e9-8769-6f11171bde73",
"match": "https://api-prod.gambitprofit.com/api/matches/d05d9be9-3181-4f91-9376-582c5949b785/?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": "Dallas Cowboys",
"amount": 5110.0
},
{
"team": "Seattle Seahawks",
"amount": 4890.0
}
],
"expected_reward_tokens": 9095.4,
"profit_sb": 95.4,
"profit_sb_percentage": 1.06,
"recommended": true
},
"lines": [
{
"id": "71893877-8d62-46dd-94ab-61b60da3cab2",
"gambit_id": "35dd8da4-e019-4662-8593-d1d625d9ed62",
"last_updated": "2022-08-27T12:42:04.209971-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Dallas Cowboys",
"reward": "1.78000",
"odds": "1.86960",
"spread": "7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/540f1cdd-fc2f-40e9-8769-6f11171bde73/?format=api"
},
{
"id": "403c0d33-6db7-417a-9ae3-5583a1b2a5b9",
"gambit_id": "798cad34-c074-41c9-a327-c43b66b7f7b9",
"last_updated": "2022-08-27T12:42:04.210413-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Seattle Seahawks",
"reward": "1.86000",
"odds": "1.95240",
"spread": "-7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/540f1cdd-fc2f-40e9-8769-6f11171bde73/?format=api"
}
]
}