GET /api/bet_types/6772f87c-dcb9-4044-90c5-bdc07d07b090/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6772f87c-dcb9-4044-90c5-bdc07d07b090",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e063a65-4ea3-44fb-ae2a-257382913c1a/?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": "Dallas Mavericks",
                "amount": 6683.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3317.0
            }
        ],
        "expected_reward_tokens": 9154.92,
        "profit_sb": 154.92,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd27f8b2-003e-45de-82dc-d19275b6071d",
            "gambit_id": "f049e04a-b84d-4dac-b259-57804e1e1591",
            "last_updated": "2022-11-11T21:22:13.346595-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.37000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6772f87c-dcb9-4044-90c5-bdc07d07b090/?format=api"
        },
        {
            "id": "2f05c048-c9ef-431c-b117-658ede2c813d",
            "gambit_id": "0a56860f-2628-4071-941b-d40a06746f70",
            "last_updated": "2022-11-11T21:22:13.345633-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "2.76000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6772f87c-dcb9-4044-90c5-bdc07d07b090/?format=api"
        }
    ]
}