GET /api/bet_types/9cb4ccfb-bcd5-4e26-ba13-7555e0d55298/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cb4ccfb-bcd5-4e26-ba13-7555e0d55298",
    "match": "https://api-prod.gambitprofit.com/api/matches/23b33855-0439-4c77-b5cd-5e8e0def806d/?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": "CLE (T McKenzie)",
                "amount": 6370.0
            },
            {
                "team": "KAN (Z Greinke)",
                "amount": 3630.0
            }
        ],
        "expected_reward_tokens": 9618.7,
        "profit_sb": 118.7,
        "profit_sb_percentage": 1.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e2ab012-dbbd-4a22-ba68-d19c5269dd37",
            "gambit_id": "18017dd2-f85b-4742-b180-876368e54165",
            "last_updated": "2022-10-04T13:22:06.739933-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (T McKenzie)",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cb4ccfb-bcd5-4e26-ba13-7555e0d55298/?format=api"
        },
        {
            "id": "01aabff0-5de5-4cc3-914c-a5b7dbe58872",
            "gambit_id": "7332c9f9-ecfa-48fc-81e9-1c97b91e36c0",
            "last_updated": "2022-10-04T13:22:06.740891-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (Z Greinke)",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cb4ccfb-bcd5-4e26-ba13-7555e0d55298/?format=api"
        }
    ]
}