GET /api/bet_types/f7b0bc33-7e1c-44bf-bf10-609d97ffb774/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7b0bc33-7e1c-44bf-bf10-609d97ffb774",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e2e904f-6d0f-4475-ac46-f0b6bcec2bc2/?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 Celtics",
                "amount": 7257.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2743.0
            }
        ],
        "expected_reward_tokens": 9216.39,
        "profit_sb": 216.39,
        "profit_sb_percentage": 2.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "bd12bc3b-6714-4576-89b6-f36e582e87ad",
            "gambit_id": "98a8d47c-5a0b-4a55-abb5-928f0ac3334d",
            "last_updated": "2022-11-28T13:42:16.055061-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.27000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7b0bc33-7e1c-44bf-bf10-609d97ffb774/?format=api"
        },
        {
            "id": "a458d2a4-b415-43a8-be79-ea66cd9dadf6",
            "gambit_id": "b923553d-36b8-4ad7-a381-6cb0c4159b45",
            "last_updated": "2022-11-28T13:42:16.056011-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "3.36000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7b0bc33-7e1c-44bf-bf10-609d97ffb774/?format=api"
        }
    ]
}