GET /api/bet_types/2b3ae73a-1238-4c4b-9b92-29486dc906f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b3ae73a-1238-4c4b-9b92-29486dc906f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a471773-a276-4ce7-a7b7-cc1af3a8188f/?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": "Vancouver Canucks",
                "amount": 5304.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "3d264be1-91b8-4072-8cfe-67f0cd2328ef",
            "gambit_id": "80eaa8e9-5f69-4ac5-bbbb-a83525b6ab11",
            "last_updated": "2022-11-07T09:08:16.173156-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b3ae73a-1238-4c4b-9b92-29486dc906f5/?format=api"
        },
        {
            "id": "0fbaa192-cbfa-4f2f-835f-bb342792fc17",
            "gambit_id": "67667671-5205-4a9a-ab5c-1bebd1e81463",
            "last_updated": "2022-11-07T09:08:16.174206-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b3ae73a-1238-4c4b-9b92-29486dc906f5/?format=api"
        }
    ]
}