GET /api/bet_types/a56d49e5-7a71-4010-9452-11082c0ea67f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a56d49e5-7a71-4010-9452-11082c0ea67f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e78b690b-6429-463f-9dbd-390be606b800/?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": "Calgary Flames",
                "amount": 7121.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2879.0
            }
        ],
        "expected_reward_tokens": 9184.01,
        "profit_sb": 184.01,
        "profit_sb_percentage": 2.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "39dad531-f502-4756-b791-7ee4dbb3f379",
            "gambit_id": "0df2c71e-8c62-4510-892c-84cc34ad0d8d",
            "last_updated": "2022-12-03T10:22:34.900372-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.29000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a56d49e5-7a71-4010-9452-11082c0ea67f/?format=api"
        },
        {
            "id": "16e8095c-2434-495f-bed6-93728b5fdf63",
            "gambit_id": "81865d11-9cc6-4238-94a7-d123e54733ec",
            "last_updated": "2022-12-03T10:22:34.901350-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "3.19000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a56d49e5-7a71-4010-9452-11082c0ea67f/?format=api"
        }
    ]
}