GET /api/bet_types/12c13e2f-1442-41ae-ad38-61aa543dd5cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12c13e2f-1442-41ae-ad38-61aa543dd5cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/498e3b75-135d-44f2-8e8d-09ecd749643f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-13T08:57:58.448469-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": "Los Angeles Kings",
                "amount": 6324.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "51713e66-2915-42cc-bdce-590767ccf7ac",
            "gambit_id": "bdfbb6ed-e99a-4fe9-8150-f09b3f263552",
            "last_updated": "2023-12-14T11:48:09.974497-05:00",
            "created_at": "2023-12-13T08:57:58.463202-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12c13e2f-1442-41ae-ad38-61aa543dd5cb/?format=api"
        },
        {
            "id": "7ea20087-8f85-467b-bfb5-dd1ae3359bf8",
            "gambit_id": "ecc98803-1e31-4313-b5ac-1bc463966be5",
            "last_updated": "2023-12-14T11:48:09.969853-05:00",
            "created_at": "2023-12-13T08:57:58.456948-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12c13e2f-1442-41ae-ad38-61aa543dd5cb/?format=api"
        }
    ]
}