GET /api/bet_types/097a5ee1-00c7-4765-9036-8d52727d755c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "097a5ee1-00c7-4765-9036-8d52727d755c",
    "match": "https://api-prod.gambitprofit.com/api/matches/50506222-f8b6-47de-b320-1ef1b57dab2e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-20T10:03:19.132966-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": "Houston Rockets",
                "amount": 5688.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "908f416e-9b7e-4978-bc22-e02d77e84cfa",
            "gambit_id": "9f5d5b2c-d5c2-4bc7-aa56-9fb437134017",
            "last_updated": "2023-12-22T15:18:25.266133-05:00",
            "created_at": "2023-12-20T10:03:19.140306-05:00",
            "name": "Houston Rockets",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/097a5ee1-00c7-4765-9036-8d52727d755c/?format=api"
        },
        {
            "id": "142d70c3-80a1-4aa3-8350-21171526aa39",
            "gambit_id": "a33e561b-1019-4d9a-b77a-f8c7f43daeb5",
            "last_updated": "2023-12-22T15:18:25.262793-05:00",
            "created_at": "2023-12-20T10:03:19.136346-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/097a5ee1-00c7-4765-9036-8d52727d755c/?format=api"
        }
    ]
}