GET /api/bet_types/d73f11f7-f800-4afd-8d87-4f80985704f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d73f11f7-f800-4afd-8d87-4f80985704f5",
"match": "https://api-prod.gambitprofit.com/api/matches/1bd078be-bddb-44d8-8487-b9a9830392d0/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-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": "North Carolina",
"amount": 5000.0
},
{
"team": "Virginia Tech",
"amount": 5000.0
}
],
"expected_reward_tokens": 9250.0,
"profit_sb": -250.0,
"profit_sb_percentage": -2.63,
"recommended": false
},
"lines": [
{
"id": "ec45f769-7ed0-419d-b94b-397fe92b7fa4",
"gambit_id": "35da22aa-5833-4513-9257-31a82217e51f",
"last_updated": "2022-10-02T20:12:01.263423-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "North Carolina",
"reward": "1.85000",
"odds": "1.90910",
"spread": "-9.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d73f11f7-f800-4afd-8d87-4f80985704f5/?format=api"
},
{
"id": "d273c078-4673-4e71-ae87-f0c1be4fa811",
"gambit_id": "02535c3f-e83a-4457-b6e5-28d199d8b6d7",
"last_updated": "2022-10-02T20:12:01.264734-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Virginia Tech",
"reward": "1.85000",
"odds": "1.90910",
"spread": "9.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d73f11f7-f800-4afd-8d87-4f80985704f5/?format=api"
}
]
}