GET /api/bet_types/6c447382-0de6-49be-a85f-e35219726f85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6c447382-0de6-49be-a85f-e35219726f85",
"match": "https://api-prod.gambitprofit.com/api/matches/bb4d6ed3-09e3-4d13-ac89-c0f58075f3ab/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-08T09:23:25.056936-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": "BOS",
"amount": 5688.0
},
{
"team": "BAL",
"amount": 4312.0
}
],
"expected_reward_tokens": 9442.08,
"profit_sb": -57.92,
"profit_sb_percentage": -0.61,
"recommended": false
},
"lines": [
{
"id": "f2255961-ed87-47c0-9eb7-8471c802e59b",
"gambit_id": "4691997a-39bb-4f43-8941-f0ca44737c75",
"last_updated": "2023-09-09T11:28:28.347373-04:00",
"created_at": "2023-09-08T09:23:25.065690-04:00",
"name": "BOS",
"reward": "1.66000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c447382-0de6-49be-a85f-e35219726f85/?format=api"
},
{
"id": "7a5c9feb-a705-494d-8752-22d40168ba3b",
"gambit_id": "c1b795ae-b0b8-4f78-8bfb-b866786af532",
"last_updated": "2023-09-09T11:28:28.344104-04:00",
"created_at": "2023-09-08T09:23:25.061567-04:00",
"name": "BAL",
"reward": "2.19000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c447382-0de6-49be-a85f-e35219726f85/?format=api"
}
]
}