GET /api/bet_types/2a507e69-a2be-4199-ac36-89ab28f74289/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a507e69-a2be-4199-ac36-89ab28f74289",
    "match": "https://api-prod.gambitprofit.com/api/matches/570553f3-605e-4b0f-b657-c30ffa562d50/?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": "Buffalo Bills",
                "amount": 7257.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 2743.0
            }
        ],
        "expected_reward_tokens": 9216.39,
        "profit_sb": 216.39,
        "profit_sb_percentage": 2.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "3bfa5a1f-43eb-401a-82a3-7843bef106c1",
            "gambit_id": "20ad6331-2dd9-4ac9-b2a4-34a754f5f660",
            "last_updated": "2022-12-19T11:57:23.268457-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.27000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a507e69-a2be-4199-ac36-89ab28f74289/?format=api"
        },
        {
            "id": "991dcb78-f0a0-49aa-ade9-607aae8f26c7",
            "gambit_id": "d9bc9ff8-a3fd-4f8d-b9c2-33c748b5555c",
            "last_updated": "2022-12-19T11:57:23.270091-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "3.36000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a507e69-a2be-4199-ac36-89ab28f74289/?format=api"
        }
    ]
}