GET /api/bet_types/a0ff6c67-6e6b-4179-ae91-79b6d0a2a70c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a0ff6c67-6e6b-4179-ae91-79b6d0a2a70c",
"match": "https://api-prod.gambitprofit.com/api/matches/b20aecc2-b9d2-4ea0-b43d-7df49decbf74/?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": "Kent State",
"amount": 5000.0
},
{
"team": "Akron",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "63a0ca90-8dea-47d3-a487-692a73f82a45",
"gambit_id": "91a1d032-6098-4d66-b37d-09b7085c72ba",
"last_updated": "2022-10-23T09:17:15.028729-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Kent State",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-16.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0ff6c67-6e6b-4179-ae91-79b6d0a2a70c/?format=api"
},
{
"id": "0c5da64b-e192-4b9a-8f8b-7a7faf04756d",
"gambit_id": "29877626-70bd-4cfa-8253-1c0a9d7e83d2",
"last_updated": "2022-10-23T09:17:15.029723-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Akron",
"reward": "1.88000",
"odds": "1.90910",
"spread": "16.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0ff6c67-6e6b-4179-ae91-79b6d0a2a70c/?format=api"
}
]
}