GET /api/bet_types/e7e928e7-3cda-4bf0-b201-0871c112ee08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7e928e7-3cda-4bf0-b201-0871c112ee08",
    "match": "https://api-prod.gambitprofit.com/api/matches/33444caf-df79-4167-bec7-ff8153481d22/?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": "STL (J Montgomery)",
                "amount": 7137.0
            },
            {
                "team": "WAS (C Abbott)",
                "amount": 2863.0
            }
        ],
        "expected_reward_tokens": 9276.12,
        "profit_sb": 276.12,
        "profit_sb_percentage": 3.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "b0996f11-5fde-4ba6-af4b-8fe12e1c6dfe",
            "gambit_id": "fcd97e51-429a-4dff-aaf1-b21e5a3ba6a3",
            "last_updated": "2022-09-08T10:07:11.978061-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Montgomery)",
            "reward": "1.30000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7e928e7-3cda-4bf0-b201-0871c112ee08/?format=api"
        },
        {
            "id": "8fc4077c-6353-4f1d-acbe-ed7ed0e00fec",
            "gambit_id": "ccf44491-65a3-40ed-9a25-72cd06e24bc6",
            "last_updated": "2022-09-08T10:07:11.979002-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (C Abbott)",
            "reward": "3.24000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7e928e7-3cda-4bf0-b201-0871c112ee08/?format=api"
        }
    ]
}