GET /api/bet_types/f5c367d7-3f59-4d62-91d7-90d295ff83d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f5c367d7-3f59-4d62-91d7-90d295ff83d2",
"match": "https://api-prod.gambitprofit.com/api/matches/1b1cefa6-a28d-43c3-bd0c-fddfc15bd3fa/?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": "Tennessee Titans",
"amount": 5000.0
},
{
"team": "Las Vegas Raiders",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "2d389e5d-b972-43c4-83e9-00dce579f844",
"gambit_id": "df6bb1bb-a7ec-44b0-a9bf-a2e1b463721a",
"last_updated": "2022-09-26T10:11:51.883193-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tennessee Titans",
"reward": "1.80000",
"odds": "1.90910",
"spread": "2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5c367d7-3f59-4d62-91d7-90d295ff83d2/?format=api"
},
{
"id": "0dc172cb-17e9-4984-a6ab-34fdcc8e25d2",
"gambit_id": "f6ef9052-b41c-417f-b9d5-112c47355f56",
"last_updated": "2022-09-26T10:11:51.884104-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Las Vegas Raiders",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5c367d7-3f59-4d62-91d7-90d295ff83d2/?format=api"
}
]
}