GET /api/bet_types/3803b634-f4da-4671-9154-61b9af72d20b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3803b634-f4da-4671-9154-61b9af72d20b",
    "match": "https://api-prod.gambitprofit.com/api/matches/74c957c9-cca2-4b77-896e-467d413a0feb/?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": "Boston Celtics",
                "amount": 8270.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 1730.0
            }
        ],
        "expected_reward_tokens": 9342.0,
        "profit_sb": 342.0,
        "profit_sb_percentage": 3.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "b9925d42-74fa-4e10-b720-b9e61950db26",
            "gambit_id": "dc773063-ec2f-4add-bfe4-bd7aa381ff86",
            "last_updated": "2022-11-15T11:07:19.187181-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.13000",
            "odds": "1.14290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3803b634-f4da-4671-9154-61b9af72d20b/?format=api"
        },
        {
            "id": "edcee1c1-9272-4779-90db-890199736bd0",
            "gambit_id": "e9e69700-fd78-4754-8775-997b6a996d34",
            "last_updated": "2022-11-15T11:07:19.188192-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "5.40000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3803b634-f4da-4671-9154-61b9af72d20b/?format=api"
        }
    ]
}