GET /api/bet_types/63bc4b12-b556-4cdc-b1ce-286b7e50c605/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "63bc4b12-b556-4cdc-b1ce-286b7e50c605",
"match": "https://api-prod.gambitprofit.com/api/matches/55e36b0f-c205-4322-81bb-fdb93a3896b7/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-02T11:52:05.259087-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": "New York Knicks",
"amount": 5000.0
},
{
"team": "Miami Heat",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "30bfebf9-9263-4f75-bc25-fc8767d0cd10",
"gambit_id": "2cb6288c-1fd1-46d3-b664-9fbb160b51f3",
"last_updated": "2023-05-03T12:12:15.787564-04:00",
"created_at": "2023-05-02T11:52:05.260456-04:00",
"name": "New York Knicks",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63bc4b12-b556-4cdc-b1ce-286b7e50c605/?format=api"
},
{
"id": "19526758-e907-4686-8924-9f9944e663ba",
"gambit_id": "d04402a3-70f2-4bd1-bcc5-a882b4697b08",
"last_updated": "2023-05-03T12:12:15.788917-04:00",
"created_at": "2023-05-02T11:52:05.261883-04:00",
"name": "Miami Heat",
"reward": "1.87000",
"odds": "1.90910",
"spread": "10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63bc4b12-b556-4cdc-b1ce-286b7e50c605/?format=api"
}
]
}