GET /api/bet_types/3845f53a-e292-48cc-a109-a14aa7f08d79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3845f53a-e292-48cc-a109-a14aa7f08d79",
"match": "https://api-prod.gambitprofit.com/api/matches/1a2054e8-2035-4cce-add3-fa3d0c395838/?format=api",
"name": "Play the Odds",
"created_at": "2023-01-25T09:46:55.204253-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": "Kansas City Chiefs",
"amount": 5000.0
},
{
"team": "Cincinnati Bengals",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "d03d66a5-7345-429c-afe4-f696fe85033c",
"gambit_id": "3d086f29-c47f-4495-8f6f-256418c73887",
"last_updated": "2023-01-30T17:46:54.149094-05:00",
"created_at": "2023-01-25T09:46:55.205582-05:00",
"name": "Kansas City Chiefs",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3845f53a-e292-48cc-a109-a14aa7f08d79/?format=api"
},
{
"id": "6d2a41a5-1d95-455c-b4c0-f62d93c2c7cc",
"gambit_id": "82c7c46d-f54c-4671-8179-b8cc4994752b",
"last_updated": "2023-01-30T17:46:54.150298-05:00",
"created_at": "2023-01-25T09:46:55.207043-05:00",
"name": "Cincinnati Bengals",
"reward": "1.88000",
"odds": "1.90910",
"spread": "2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3845f53a-e292-48cc-a109-a14aa7f08d79/?format=api"
}
]
}