GET /api/bet_types/634edfa5-bcb7-4b57-88e1-885d57f16433/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "634edfa5-bcb7-4b57-88e1-885d57f16433",
"match": "https://api-prod.gambitprofit.com/api/matches/233c20d6-f762-4077-9873-534928749bd8/?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": "Northern Illinois",
"amount": 5000.0
},
{
"team": "Ball State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9250.0,
"profit_sb": 250.0,
"profit_sb_percentage": 2.78,
"recommended": true
},
"lines": [
{
"id": "1718a55a-5f61-4da9-9bb2-22495ef82c72",
"gambit_id": "1fb77ba9-a8aa-49bc-93fb-f909fed3befa",
"last_updated": "2022-10-02T20:02:05.242248-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Northern Illinois",
"reward": "1.85000",
"odds": "1.90910",
"spread": "-3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/634edfa5-bcb7-4b57-88e1-885d57f16433/?format=api"
},
{
"id": "4f6b3902-46b5-4f5e-bbff-0771b9b643f6",
"gambit_id": "1c1068af-1e40-4802-b7aa-cda9cb06459a",
"last_updated": "2022-10-02T20:02:05.243302-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Ball State",
"reward": "1.85000",
"odds": "1.90910",
"spread": "3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/634edfa5-bcb7-4b57-88e1-885d57f16433/?format=api"
}
]
}