GET /api/bet_types/3cbd6df9-00d3-44d8-bba2-ef450a1eaa7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3cbd6df9-00d3-44d8-bba2-ef450a1eaa7f",
"match": "https://api-prod.gambitprofit.com/api/matches/e6562414-35ac-47cd-bb34-ece14efba33c/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-01T12:27:14.852630-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": "NYM",
"amount": 5939.0
},
{
"team": "ATL",
"amount": 4061.0
}
],
"expected_reward_tokens": 9502.4,
"profit_sb": 2.4,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "3a0d2b4a-e493-4ee2-9cbc-12d7d22ecb33",
"gambit_id": "c2714cee-c858-435a-9485-ad7d9dc4810e",
"last_updated": "2023-05-02T11:52:08.335256-04:00",
"created_at": "2023-05-01T12:27:14.854327-04:00",
"name": "NYM",
"reward": "1.60000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cbd6df9-00d3-44d8-bba2-ef450a1eaa7f/?format=api"
},
{
"id": "c6cd4b1b-d772-44e6-a3b8-0f135d614b9e",
"gambit_id": "3a6fcba5-010b-4278-9853-15930931ae6f",
"last_updated": "2023-05-02T11:52:08.336634-04:00",
"created_at": "2023-05-01T12:27:14.856205-04:00",
"name": "ATL",
"reward": "2.34000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cbd6df9-00d3-44d8-bba2-ef450a1eaa7f/?format=api"
}
]
}