GET /api/bet_types/154bb475-6d5e-44f0-9ccb-c30bb3179bb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "154bb475-6d5e-44f0-9ccb-c30bb3179bb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f0c4cc7-fb70-441c-b1a2-c6903f9bac53/?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": "Pittsburgh Penguins",
                "amount": 6326.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "4eab94b0-5338-4d5c-85e3-00f428099cdc",
            "gambit_id": "4631a478-6d25-4f15-b4e5-ef0ddd36b261",
            "last_updated": "2022-10-29T19:11:51.584821-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/154bb475-6d5e-44f0-9ccb-c30bb3179bb2/?format=api"
        },
        {
            "id": "3cc86013-27e4-423f-97e7-ff816d5eb482",
            "gambit_id": "4503252b-fbba-4a7f-8d3e-9a79a29ad3af",
            "last_updated": "2022-10-29T19:11:51.583818-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/154bb475-6d5e-44f0-9ccb-c30bb3179bb2/?format=api"
        }
    ]
}