GET /api/bet_types/838d229d-165e-4af5-b226-1fcb71d551a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "838d229d-165e-4af5-b226-1fcb71d551a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/bee5eb1d-6cc9-4955-b7c0-2c26195b6d0b/?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": 5607.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 4393.0
            }
        ],
        "expected_reward_tokens": 9531.9,
        "profit_sb": 31.9,
        "profit_sb_percentage": 0.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "cb66b2ba-96f8-4e1f-a71f-378237003669",
            "gambit_id": "3a27f524-fd99-4150-9202-9ae4f8d16bb4",
            "last_updated": "2022-10-20T09:42:00.531261-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/838d229d-165e-4af5-b226-1fcb71d551a5/?format=api"
        },
        {
            "id": "3a19294f-0518-457c-a1a1-c25a3e60f854",
            "gambit_id": "89b11aec-0d3c-41f6-aeae-68b461d8448e",
            "last_updated": "2022-10-20T09:42:00.530284-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "2.17000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/838d229d-165e-4af5-b226-1fcb71d551a5/?format=api"
        }
    ]
}