GET /api/bet_types/3a56bd19-7f76-4075-86de-f3e35ee41dd1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a56bd19-7f76-4075-86de-f3e35ee41dd1",
    "match": "https://api-prod.gambitprofit.com/api/matches/70ad5580-8cd4-4f00-85af-c78b1f9ac37c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:12:01.668714-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": "Detroit Red Wings",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "893e43d0-e0d4-4039-94bc-d997e255b0a1",
            "gambit_id": "1b40d959-9e19-471d-8a12-36985b35fae5",
            "last_updated": "2023-02-11T19:51:52.522266-05:00",
            "created_at": "2023-02-09T11:12:01.671364-05:00",
            "name": "Calgary Flames",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a56bd19-7f76-4075-86de-f3e35ee41dd1/?format=api"
        },
        {
            "id": "33752d9d-6253-49c9-b6f0-b587804bde73",
            "gambit_id": "b584686d-3c8f-4e2b-9801-4425730c6d70",
            "last_updated": "2023-02-11T19:51:52.521024-05:00",
            "created_at": "2023-02-09T11:12:01.670009-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a56bd19-7f76-4075-86de-f3e35ee41dd1/?format=api"
        }
    ]
}