GET /api/bet_types/3e78fde6-65e3-46d6-bd03-b984692b5296/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3e78fde6-65e3-46d6-bd03-b984692b5296",
"match": "https://api-prod.gambitprofit.com/api/matches/ba6c386d-e700-44ec-b3ab-6cad425e42cd/?format=api",
"name": "Play the Odds",
"created_at": "2023-02-03T09:21:59.490595-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": "Houston Rockets",
"amount": 5000.0
},
{
"team": "Toronto Raptors",
"amount": 5000.0
}
],
"expected_reward_tokens": 9300.0,
"profit_sb": -200.0,
"profit_sb_percentage": -2.11,
"recommended": false
},
"lines": [
{
"id": "85b93499-500c-40b2-9f03-0fc364f9b573",
"gambit_id": "059dce02-0ac9-4395-88d9-ef2d23906054",
"last_updated": "2023-02-04T12:01:57.715924-05:00",
"created_at": "2023-02-03T09:21:59.491826-05:00",
"name": "Houston Rockets",
"reward": "1.86000",
"odds": "1.90910",
"spread": "7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e78fde6-65e3-46d6-bd03-b984692b5296/?format=api"
},
{
"id": "1ab55ca8-1638-4af0-9bf3-a0006aef8620",
"gambit_id": "1d04266f-f358-44e4-8304-3ea9a3e60055",
"last_updated": "2023-02-04T12:01:57.717120-05:00",
"created_at": "2023-02-03T09:21:59.493110-05:00",
"name": "Toronto Raptors",
"reward": "1.86000",
"odds": "1.90910",
"spread": "-7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e78fde6-65e3-46d6-bd03-b984692b5296/?format=api"
}
]
}