GET /api/bet_types/64c3dce5-182e-441b-b048-31c4ef577384/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64c3dce5-182e-441b-b048-31c4ef577384",
    "match": "https://api-prod.gambitprofit.com/api/matches/934bfd6f-61f5-4a61-8e44-7ea865581dfc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-29T10:07:03.220937-04: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": "Brooklyn Nets",
                "amount": 8182.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1818.0
            }
        ],
        "expected_reward_tokens": 9489.96,
        "profit_sb": -10.04,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "89ac8a9a-0c40-484c-bfac-3eb44d5d5aa4",
            "gambit_id": "3037c926-934b-4196-a8ff-ca3c27215940",
            "last_updated": "2023-03-30T10:32:02.254163-04:00",
            "created_at": "2023-03-29T10:07:03.222930-04:00",
            "name": "Brooklyn Nets",
            "reward": "1.16000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64c3dce5-182e-441b-b048-31c4ef577384/?format=api"
        },
        {
            "id": "8f0c8339-9b32-4675-a716-9771427b8ed0",
            "gambit_id": "26215702-c1b6-49e1-b179-d3c6e75c00fc",
            "last_updated": "2023-03-30T10:32:02.255500-04:00",
            "created_at": "2023-03-29T10:07:03.224523-04:00",
            "name": "Houston Rockets",
            "reward": "5.22000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64c3dce5-182e-441b-b048-31c4ef577384/?format=api"
        }
    ]
}