GET /api/bet_types/3bd43f3c-c731-4262-ade3-23b79d3397cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3bd43f3c-c731-4262-ade3-23b79d3397cc",
"match": "https://api-prod.gambitprofit.com/api/matches/d938b2e2-6ead-47d2-8ed5-01df867ed110/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-07T09:27:12.948931-04: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": "MIA",
"amount": 5699.0
},
{
"team": "NYM",
"amount": 4301.0
}
],
"expected_reward_tokens": 9460.34,
"profit_sb": -39.66,
"profit_sb_percentage": -0.42,
"recommended": false
},
"lines": [
{
"id": "832349f6-9a85-495b-b48f-cac33270c3bb",
"gambit_id": "233b0a11-fdf3-4243-95fb-1028e2edee94",
"last_updated": "2023-04-08T15:56:56.922219-04:00",
"created_at": "2023-04-07T09:27:12.953060-04:00",
"name": "MIA",
"reward": "1.66000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bd43f3c-c731-4262-ade3-23b79d3397cc/?format=api"
},
{
"id": "4e04e4b4-72f2-4178-a535-d99e260bc0bb",
"gambit_id": "49569db6-00b3-4de1-a062-8151da2b1af0",
"last_updated": "2023-04-08T15:56:56.920070-04:00",
"created_at": "2023-04-07T09:27:12.950930-04:00",
"name": "NYM",
"reward": "2.20000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bd43f3c-c731-4262-ade3-23b79d3397cc/?format=api"
}
]
}