GET /api/bet_types/20b0b8e9-a9ad-41d8-bf8b-144182feaa4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20b0b8e9-a9ad-41d8-bf8b-144182feaa4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c047852-381f-4e89-a6d3-b177420c41bf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-04T10:37:56.910496-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": "Calgary Flames",
                "amount": 5867.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "0e29652f-6927-4a42-ba5d-f36e03cdf56d",
            "gambit_id": "8ae30191-ae76-4936-8fe6-68b17d0f037e",
            "last_updated": "2023-03-06T11:27:06.441949-05:00",
            "created_at": "2023-03-04T10:37:56.911668-05:00",
            "name": "Calgary Flames",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20b0b8e9-a9ad-41d8-bf8b-144182feaa4a/?format=api"
        },
        {
            "id": "9a2957a2-bf26-411b-b403-9b35ea0773fe",
            "gambit_id": "53119aa5-8e54-4c4e-a4d4-3c4ceb9d734c",
            "last_updated": "2023-03-06T11:27:06.443335-05:00",
            "created_at": "2023-03-04T10:37:56.912937-05:00",
            "name": "Minnesota Wild",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20b0b8e9-a9ad-41d8-bf8b-144182feaa4a/?format=api"
        }
    ]
}