GET /api/bet_types/9ee47035-d663-4762-b735-845a79d95057/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ee47035-d663-4762-b735-845a79d95057",
    "match": "https://api-prod.gambitprofit.com/api/matches/2acb7706-4839-46d6-a863-9bf66f8fd6ac/?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": "Boston Bruins",
                "amount": 6114.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "227db2ed-2a03-40fd-8562-eee0779dae56",
            "gambit_id": "21349fcc-ffbd-407c-9dfe-47e442871049",
            "last_updated": "2022-12-08T13:02:14.958162-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ee47035-d663-4762-b735-845a79d95057/?format=api"
        },
        {
            "id": "1b684c55-a13e-4374-9b0c-2169144811ed",
            "gambit_id": "c2eb35d8-1505-4f12-b50b-da077e43bd56",
            "last_updated": "2022-12-08T13:02:14.957205-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ee47035-d663-4762-b735-845a79d95057/?format=api"
        }
    ]
}