GET /api/bet_types/76fc22aa-883c-47c2-a6cf-5f860dc9c3ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76fc22aa-883c-47c2-a6cf-5f860dc9c3ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/be626f3a-c5a7-4e29-81ff-50b92d59904f/?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": "Washington Wizards",
                "amount": 6047.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "c4c5b453-e50f-4910-96f2-c82ff1cc8b86",
            "gambit_id": "c31ed853-b571-4cf7-b50b-0fe5b8c906e2",
            "last_updated": "2022-12-03T10:02:37.807127-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76fc22aa-883c-47c2-a6cf-5f860dc9c3ba/?format=api"
        },
        {
            "id": "e7de89f2-83cd-4052-9131-cad10de59a89",
            "gambit_id": "e0567501-28da-4a67-a840-837207c4306e",
            "last_updated": "2022-12-03T10:02:37.805960-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76fc22aa-883c-47c2-a6cf-5f860dc9c3ba/?format=api"
        }
    ]
}