GET /api/bet_types/55e43975-fff5-4a87-ba3d-071608989449/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "55e43975-fff5-4a87-ba3d-071608989449",
"match": "https://api-prod.gambitprofit.com/api/matches/48858018-12a6-451a-849b-120d6b0a469f/?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": "Mississippi State",
"amount": 5000.0
},
{
"team": "Georgia",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "00c8c8fa-5111-4152-a254-a12373fbdf09",
"gambit_id": "e9246f8e-ca05-4d7b-86c0-24bd82fb9848",
"last_updated": "2022-11-14T09:44:04.030052-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Mississippi State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "16.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55e43975-fff5-4a87-ba3d-071608989449/?format=api"
},
{
"id": "e176deba-d99b-4286-a796-6a829336154c",
"gambit_id": "d76f5d2b-a1b6-4c01-bc21-b1aedab9b0be",
"last_updated": "2022-11-14T09:44:04.031016-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Georgia",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-16.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55e43975-fff5-4a87-ba3d-071608989449/?format=api"
}
]
}