GET /api/bet_types/72c2d32c-ea9d-4eaf-a857-d4bfd5cc6f53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "72c2d32c-ea9d-4eaf-a857-d4bfd5cc6f53",
"match": "https://api-prod.gambitprofit.com/api/matches/469de146-cd13-45cd-aa60-d717a6652fe9/?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": "Baltimore Ravens",
"amount": 6025.0
},
{
"team": "Cincinnati Bengals",
"amount": 3975.0
}
],
"expected_reward_tokens": 9579.75,
"profit_sb": 79.75,
"profit_sb_percentage": 0.84,
"recommended": true
},
"lines": [
{
"id": "f814f959-2275-40f4-b382-a15558ad2d40",
"gambit_id": "9a726f04-2ef9-4190-99a9-6f712db98465",
"last_updated": "2022-10-11T11:46:54.686652-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Baltimore Ravens",
"reward": "1.59000",
"odds": "1.60610",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72c2d32c-ea9d-4eaf-a857-d4bfd5cc6f53/?format=api"
},
{
"id": "70e9883c-1d62-499e-b61a-c2f202348a08",
"gambit_id": "4e0e8986-e2da-4900-a3cc-d725376e9fb4",
"last_updated": "2022-10-11T11:46:54.687624-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Cincinnati Bengals",
"reward": "2.41000",
"odds": "2.45000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72c2d32c-ea9d-4eaf-a857-d4bfd5cc6f53/?format=api"
}
]
}