GET /api/bet_types/03cde1fa-722d-4bb5-88bb-6b81b3587ebc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "03cde1fa-722d-4bb5-88bb-6b81b3587ebc",
"match": "https://api-prod.gambitprofit.com/api/matches/aa26ab9b-fad3-408e-8453-707ed898e3a3/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-10T15:12:00.364229-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": "SDG",
"amount": 6241.0
},
{
"team": "MIN",
"amount": 3759.0
}
],
"expected_reward_tokens": 9547.86,
"profit_sb": 47.86,
"profit_sb_percentage": 0.5,
"recommended": true
},
"lines": [
{
"id": "4b964e4c-6012-4994-b91d-ca6cc5894c73",
"gambit_id": "ed0c45cc-9f2f-45f7-80cb-030fe6be5fd3",
"last_updated": "2023-05-11T11:17:11.003742-04:00",
"created_at": "2023-05-10T15:12:00.367643-04:00",
"name": "SDG",
"reward": "1.53000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03cde1fa-722d-4bb5-88bb-6b81b3587ebc/?format=api"
},
{
"id": "7f68dd66-92b5-4af7-ac67-4ea6c49cd083",
"gambit_id": "eb064c69-e646-4f60-bf13-de7e09c13793",
"last_updated": "2023-05-11T11:17:11.001847-04:00",
"created_at": "2023-05-10T15:12:00.365646-04:00",
"name": "MIN",
"reward": "2.54000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03cde1fa-722d-4bb5-88bb-6b81b3587ebc/?format=api"
}
]
}