GET /api/bet_types/c7287cfe-79b5-4c1a-9be5-81df5a0f5591/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c7287cfe-79b5-4c1a-9be5-81df5a0f5591",
"match": "https://api-prod.gambitprofit.com/api/matches/9f469837-8088-417c-baba-06403671afd4/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-11T11:43:22.254802-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": 5614.0
},
{
"team": "Philadelphia Phillies",
"amount": 4386.0
}
],
"expected_reward_tokens": 9429.9,
"profit_sb": -70.1,
"profit_sb_percentage": -0.74,
"recommended": false
},
"lines": [
{
"id": "6d042e34-dcbe-42e2-8144-c38656885d30",
"gambit_id": "2845b070-62ba-489d-8ea3-eda9dcabd748",
"last_updated": "2023-08-12T18:18:09.432295-04:00",
"created_at": "2023-08-11T11:43:22.259353-04:00",
"name": "Minnesota Twins",
"reward": "1.68000",
"odds": "1.71430",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7287cfe-79b5-4c1a-9be5-81df5a0f5591/?format=api"
},
{
"id": "4070ce58-111b-4415-bc63-3d5aad5388d5",
"gambit_id": "d6956de7-cccc-471d-b250-0c5a31e46234",
"last_updated": "2023-08-12T18:18:09.436424-04:00",
"created_at": "2023-08-11T11:43:22.263571-04:00",
"name": "Philadelphia Phillies",
"reward": "2.15000",
"odds": "2.20000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7287cfe-79b5-4c1a-9be5-81df5a0f5591/?format=api"
}
]
}