GET /api/bet_types/64b8c00e-fcc8-4720-aae4-eb1cc2db2a67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "64b8c00e-fcc8-4720-aae4-eb1cc2db2a67",
"match": "https://api-prod.gambitprofit.com/api/matches/4746b0fc-82b1-4428-8a63-a3f70af8207f/?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": "Portland Trail Blazers",
"amount": 5000.0
},
{
"team": "Indiana Pacers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "7552b2eb-abd1-4393-a238-847a26371339",
"gambit_id": "e89141c8-6181-4756-974a-a05c62bcf0ca",
"last_updated": "2022-12-05T15:42:16.845757-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Portland Trail Blazers",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64b8c00e-fcc8-4720-aae4-eb1cc2db2a67/?format=api"
},
{
"id": "94c946ad-7577-43d6-a80e-e44fd3f5040d",
"gambit_id": "5973f9bf-f8ec-4097-ab48-cb8817efb70a",
"last_updated": "2022-12-05T15:42:16.846722-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Indiana Pacers",
"reward": "1.80000",
"odds": "1.90910",
"spread": "5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64b8c00e-fcc8-4720-aae4-eb1cc2db2a67/?format=api"
}
]
}