GET /api/bet_types/f3416cb1-d697-45b8-9290-8706d56c9e72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3416cb1-d697-45b8-9290-8706d56c9e72",
    "match": "https://api-prod.gambitprofit.com/api/matches/338a0b0f-6ad6-41f1-8960-d165ca9c0ec2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-20T09:31:49.571522-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": "Sacramento Kings",
                "amount": 7072.0
            },
            {
                "team": "Utah Jazz",
                "amount": 2928.0
            }
        ],
        "expected_reward_tokens": 9545.28,
        "profit_sb": 45.28,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "795f606e-c0dc-486b-b8f1-92bb366abf16",
            "gambit_id": "f1cc3d70-aa3f-4b59-ad50-0361a9bb008d",
            "last_updated": "2023-03-21T10:11:50.789517-04:00",
            "created_at": "2023-03-20T09:31:49.575967-04:00",
            "name": "Sacramento Kings",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3416cb1-d697-45b8-9290-8706d56c9e72/?format=api"
        },
        {
            "id": "27bb0e15-c061-4e91-a860-77d7f2832f98",
            "gambit_id": "ff78a1f8-8900-4961-8574-44e4754a6e04",
            "last_updated": "2023-03-21T10:11:50.787116-04:00",
            "created_at": "2023-03-20T09:31:49.573639-04:00",
            "name": "Utah Jazz",
            "reward": "3.26000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3416cb1-d697-45b8-9290-8706d56c9e72/?format=api"
        }
    ]
}