GET /api/bet_types/ceab806a-a469-4d6b-96d3-7f91302911db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ceab806a-a469-4d6b-96d3-7f91302911db",
    "match": "https://api-prod.gambitprofit.com/api/matches/beea543d-133d-4810-8a2a-fb15eb2a7eba/?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": "MIA (T Rogers)",
                "amount": 5445.0
            },
            {
                "team": "WAS (E Fedde)",
                "amount": 4555.0
            }
        ],
        "expected_reward_tokens": 9201.1,
        "profit_sb": 201.1,
        "profit_sb_percentage": 2.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "ddcca0c2-92fb-4e1a-bfce-851e66e85b3b",
            "gambit_id": "e541175b-c15a-46b6-8363-06a4a67e5220",
            "last_updated": "2022-09-19T09:37:07.000844-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (T Rogers)",
            "reward": "1.69000",
            "odds": "1.78740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ceab806a-a469-4d6b-96d3-7f91302911db/?format=api"
        },
        {
            "id": "9c9d0838-97c1-4807-9ba6-dfd206e17124",
            "gambit_id": "30ea7de2-a2cd-495d-9579-ecabd8aeb66c",
            "last_updated": "2022-09-19T09:37:06.999896-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (E Fedde)",
            "reward": "2.02000",
            "odds": "2.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ceab806a-a469-4d6b-96d3-7f91302911db/?format=api"
        }
    ]
}