GET /api/bet_types/0553b419-423f-4c10-b6be-7b4bf26c166f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0553b419-423f-4c10-b6be-7b4bf26c166f",
    "match": "https://api-prod.gambitprofit.com/api/matches/53e8ae6d-2b0c-428b-bfd0-2b332cb78a8a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-01T09:08:16.808568-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "57fbf147-fab6-47f8-bcbc-02fe877b9fa7",
            "gambit_id": "53f65174-4abd-4c52-b44c-6d14207412ff",
            "last_updated": "2023-11-03T10:28:04.376801-04:00",
            "created_at": "2023-11-01T09:08:16.811852-04:00",
            "name": "Washington Wizards",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0553b419-423f-4c10-b6be-7b4bf26c166f/?format=api"
        },
        {
            "id": "76117967-e037-4005-ad03-30c0567e629d",
            "gambit_id": "d9940bd8-f832-4b8d-af16-8e7f68e5c079",
            "last_updated": "2023-11-03T10:28:04.380442-04:00",
            "created_at": "2023-11-01T09:08:16.816380-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0553b419-423f-4c10-b6be-7b4bf26c166f/?format=api"
        }
    ]
}