GET /api/bet_types/3c399e64-0077-4a78-9c35-95a88690fef9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3c399e64-0077-4a78-9c35-95a88690fef9",
"match": "https://api-prod.gambitprofit.com/api/matches/82df9223-4e2d-4134-bd45-3b31dcfcc561/?format=api",
"name": "Pick the Winner",
"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": "Los Angeles Chargers",
"amount": 5660.0
},
{
"team": "Atlanta Falcons",
"amount": 4340.0
}
],
"expected_reward_tokens": 9112.6,
"profit_sb": 112.6,
"profit_sb_percentage": 1.25,
"recommended": true
},
"lines": [
{
"id": "485c7140-7b4b-4643-bff4-e88006c073e5",
"gambit_id": "9f4cf319-1ac5-4f45-b697-22633f754061",
"last_updated": "2022-11-07T10:03:40.073723-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Chargers",
"reward": "1.61000",
"odds": "1.68970",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c399e64-0077-4a78-9c35-95a88690fef9/?format=api"
},
{
"id": "057a86af-7e26-437a-828c-48d6e04ae385",
"gambit_id": "72f560e4-88c8-4de5-8668-e0071f9170a9",
"last_updated": "2022-11-07T10:03:40.072696-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Atlanta Falcons",
"reward": "2.10000",
"odds": "2.25000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c399e64-0077-4a78-9c35-95a88690fef9/?format=api"
}
]
}