GET /api/bet_types/7b2a93c3-c965-4796-ac9a-e2203b6b31ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7b2a93c3-c965-4796-ac9a-e2203b6b31ae",
"match": "https://api-prod.gambitprofit.com/api/matches/ffacaf5b-8f49-4e99-b97a-252eff3fbfa6/?format=api",
"name": "Play the Odds",
"created_at": "2022-12-29T08:42:06.353753-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": "Minnesota",
"amount": 5000.0
},
{
"team": "Syracuse",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "994c2714-f9a5-4c02-b233-bc725255f090",
"gambit_id": "7eaa7626-8738-4c7d-a1ba-5e3a685390c5",
"last_updated": "2022-12-31T10:31:56.104290-05:00",
"created_at": "2022-12-29T08:42:06.356245-05:00",
"name": "Minnesota",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-10.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b2a93c3-c965-4796-ac9a-e2203b6b31ae/?format=api"
},
{
"id": "668ba2bf-ec70-42aa-9c83-e0cf485a84a2",
"gambit_id": "e4891183-706c-4bf9-af29-0b71ee5c23a2",
"last_updated": "2022-12-31T10:31:56.103069-05:00",
"created_at": "2022-12-29T08:42:06.354980-05:00",
"name": "Syracuse",
"reward": "1.80000",
"odds": "1.90910",
"spread": "10.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b2a93c3-c965-4796-ac9a-e2203b6b31ae/?format=api"
}
]
}