GET /api/bet_types/dc08e03f-fd8e-4ef1-83e7-f86086f03882/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "dc08e03f-fd8e-4ef1-83e7-f86086f03882",
"match": "https://api-prod.gambitprofit.com/api/matches/3c8321bc-7625-449d-8c6c-2028324de9f9/?format=api",
"name": "Play the Odds",
"created_at": "2023-02-04T15:22:14.012091-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": "Oklahoma City Thunder",
"amount": 5000.0
}
],
"expected_reward_tokens": 9300.0,
"profit_sb": -200.0,
"profit_sb_percentage": -2.11,
"recommended": false
},
"lines": [
{
"id": "79dfe11f-32ea-497a-8914-107f193641a2",
"gambit_id": "ba5bf860-8955-46a1-9bb3-e8e3298f8332",
"last_updated": "2023-02-05T11:36:54.591715-05:00",
"created_at": "2023-02-04T15:22:14.019478-05:00",
"name": "Houston Rockets",
"reward": "1.86000",
"odds": "1.90910",
"spread": "10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc08e03f-fd8e-4ef1-83e7-f86086f03882/?format=api"
},
{
"id": "074065e6-ebb0-4836-97ec-673a3fafd8ac",
"gambit_id": "f198bebb-3722-4c20-9383-af31acc9835d",
"last_updated": "2023-02-05T11:36:54.590431-05:00",
"created_at": "2023-02-04T15:22:14.016206-05:00",
"name": "Oklahoma City Thunder",
"reward": "1.86000",
"odds": "1.90910",
"spread": "-10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc08e03f-fd8e-4ef1-83e7-f86086f03882/?format=api"
}
]
}