GET /api/bet_types/f46dbde1-bd6c-4e49-8251-05e6356f415f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f46dbde1-bd6c-4e49-8251-05e6356f415f",
"match": "https://api-prod.gambitprofit.com/api/matches/646ccf7b-c317-431e-bfd5-685989974b06/?format=api",
"name": "Play the Odds",
"created_at": "2023-01-02T13:27:13.744738-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": "Philadelphia 76ers",
"amount": 5000.0
},
{
"team": "New Orleans Pelicans",
"amount": 5000.0
}
],
"expected_reward_tokens": 8900.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.11,
"recommended": false
},
"lines": [
{
"id": "a8597eef-d46b-4e33-9e5e-17a5da1e335c",
"gambit_id": "ea4e54e1-3c26-40d9-a0bb-f979bfb4aa39",
"last_updated": "2023-01-03T10:56:48.063289-05:00",
"created_at": "2023-01-02T13:27:13.745935-05:00",
"name": "Philadelphia 76ers",
"reward": "1.78000",
"odds": "1.90910",
"spread": "-5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f46dbde1-bd6c-4e49-8251-05e6356f415f/?format=api"
},
{
"id": "faad0660-1cca-4c0a-8c52-8b032798695d",
"gambit_id": "627fbd0c-9178-4071-abd5-6bb2037d6a67",
"last_updated": "2023-01-03T10:56:48.064430-05:00",
"created_at": "2023-01-02T13:27:13.747191-05:00",
"name": "New Orleans Pelicans",
"reward": "1.78000",
"odds": "1.90910",
"spread": "5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f46dbde1-bd6c-4e49-8251-05e6356f415f/?format=api"
}
]
}