GET /api/bet_types/2a47afd7-0433-4155-a769-7f184f06cfb0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2a47afd7-0433-4155-a769-7f184f06cfb0",
"match": "https://api-prod.gambitprofit.com/api/matches/d4c9f391-994c-4cef-b64f-084fa9b31bef/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-22T09:58:24.053179-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": "Minnesota Twins",
"amount": 5319.0
},
{
"team": "Los Angeles Angels",
"amount": 4681.0
}
],
"expected_reward_tokens": 9361.44,
"profit_sb": -138.56,
"profit_sb_percentage": -1.46,
"recommended": false
},
"lines": [
{
"id": "50c3bb78-de0c-4e48-ba9f-d52dc8157e8e",
"gambit_id": "85cf5f2b-a849-421f-bab8-6864a5cd52d2",
"last_updated": "2023-09-23T20:53:08.645041-04:00",
"created_at": "2023-09-22T09:58:24.060607-04:00",
"name": "Minnesota Twins",
"reward": "1.76000",
"odds": "1.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a47afd7-0433-4155-a769-7f184f06cfb0/?format=api"
},
{
"id": "d7e6d513-a6c1-4c87-ba02-928508b47037",
"gambit_id": "86044283-a37e-4de6-95f0-bc892c51b146",
"last_updated": "2023-09-23T20:53:08.641798-04:00",
"created_at": "2023-09-22T09:58:24.056806-04:00",
"name": "Los Angeles Angels",
"reward": "2.00000",
"odds": "2.05000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a47afd7-0433-4155-a769-7f184f06cfb0/?format=api"
}
]
}