GET /api/bet_types/3e9a2699-895d-4355-8910-6ff1cffbd85c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e9a2699-895d-4355-8910-6ff1cffbd85c",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb8dc911-1e42-4552-a4b5-68d01b2c7417/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-02T10:32:08.133025-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": "ATL (C Morton)",
                "amount": 5156.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 4844.0
            }
        ],
        "expected_reward_tokens": 9590.16,
        "profit_sb": 90.16,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "55400a9b-04fa-4d72-9375-843ab250bff5",
            "gambit_id": "b1520c86-4869-49de-b5de-301abf506862",
            "last_updated": "2023-06-04T13:17:18.618789-04:00",
            "created_at": "2023-06-02T10:32:08.135449-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.86000",
            "odds": "1.89290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e9a2699-895d-4355-8910-6ff1cffbd85c/?format=api"
        },
        {
            "id": "acb1e95b-f9ba-4287-91b4-df90c9d20dc4",
            "gambit_id": "83a4c021-7d2c-4c18-96e1-cff507ed0df3",
            "last_updated": "2023-06-04T13:17:18.620592-04:00",
            "created_at": "2023-06-02T10:32:08.137991-04:00",
            "name": "ARI (M Kelly)",
            "reward": "1.98000",
            "odds": "2.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e9a2699-895d-4355-8910-6ff1cffbd85c/?format=api"
        }
    ]
}