GET /api/bet_types/54dcf6eb-b3c7-42cd-b363-390b19faf512/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54dcf6eb-b3c7-42cd-b363-390b19faf512",
    "match": "https://api-prod.gambitprofit.com/api/matches/2843fdfb-8c5c-421f-8b5d-86007462c688/?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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4f2e74d-885e-40bf-bb77-69909e3f73d7",
            "gambit_id": "5a3541ed-eeb4-445b-b326-62a62b9b29ca",
            "last_updated": "2022-10-31T11:52:08.435762-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54dcf6eb-b3c7-42cd-b363-390b19faf512/?format=api"
        },
        {
            "id": "7904bae0-c399-4cb1-a3e2-5ced295c288a",
            "gambit_id": "071fd43a-d55c-4e4b-b335-db154c1e5f3c",
            "last_updated": "2022-10-31T11:52:08.436698-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54dcf6eb-b3c7-42cd-b363-390b19faf512/?format=api"
        }
    ]
}