GET /api/bet_types/223fbe6d-2ed4-4e42-8706-2ad719e402bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "223fbe6d-2ed4-4e42-8706-2ad719e402bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/52b1d283-72cf-4627-bce7-5c01a2b2ab21/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-06T09:07:20.801782-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": "Miami Heat",
                "amount": 5512.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "58a2fe09-51a9-4082-b9a3-5f335eea747e",
            "gambit_id": "fb759a42-8e63-451c-bb6b-a129420c82da",
            "last_updated": "2023-03-07T10:17:17.724982-05:00",
            "created_at": "2023-03-06T09:07:20.803079-05:00",
            "name": "Miami Heat",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/223fbe6d-2ed4-4e42-8706-2ad719e402bf/?format=api"
        },
        {
            "id": "ca4c1242-0c14-4d70-a903-f5718613073b",
            "gambit_id": "3e476d5d-32ce-4284-ab6d-568ee51cb2f4",
            "last_updated": "2023-03-07T10:17:17.726154-05:00",
            "created_at": "2023-03-06T09:07:20.804391-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/223fbe6d-2ed4-4e42-8706-2ad719e402bf/?format=api"
        }
    ]
}