GET /api/bet_types/ad018266-7bf1-4644-be43-3395ddf0202a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad018266-7bf1-4644-be43-3395ddf0202a",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ea5a072-d913-4c75-9bda-b36ce7d1b27f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-10T15:42:02.298526-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": "Pittsburgh Penguins",
                "amount": 6253.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9066.85,
        "profit_sb": 66.85,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "000b38f3-6967-461c-8941-1b1d818a655f",
            "gambit_id": "affeefcc-2f8c-4ced-8c3b-a0892b48c43b",
            "last_updated": "2023-01-11T10:46:57.357419-05:00",
            "created_at": "2023-01-10T15:42:02.299656-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.45000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad018266-7bf1-4644-be43-3395ddf0202a/?format=api"
        },
        {
            "id": "a79d1318-3ed1-43de-a9ea-fb08efb17da8",
            "gambit_id": "a36ec723-e1f0-4400-a0fb-40a2a80284c3",
            "last_updated": "2023-01-11T10:46:57.358543-05:00",
            "created_at": "2023-01-10T15:42:02.300874-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.42000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad018266-7bf1-4644-be43-3395ddf0202a/?format=api"
        }
    ]
}