GET /api/bet_types/54b6d1c4-fdbc-436e-b03f-0bcac6ec0979/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54b6d1c4-fdbc-436e-b03f-0bcac6ec0979",
    "match": "https://api-prod.gambitprofit.com/api/matches/90887ea2-1fed-43a8-a9e0-14a2e4e234f9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-10T15:11:59.959585-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": "Atlanta Braves",
                "amount": 5867.0
            },
            {
                "team": "Boston Red Sox",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "f25867b9-1fec-4a39-af12-5502d7fdcd91",
            "gambit_id": "b337d406-ada7-4aa5-85f9-2b23df9dda28",
            "last_updated": "2023-05-11T11:17:10.675714-04:00",
            "created_at": "2023-05-10T15:11:59.961135-04:00",
            "name": "Atlanta Braves",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54b6d1c4-fdbc-436e-b03f-0bcac6ec0979/?format=api"
        },
        {
            "id": "b7fbe151-4e11-468d-8e2e-d2f4ba2a30bc",
            "gambit_id": "698816f9-2b7b-41eb-b4e5-ac9e838c8d4b",
            "last_updated": "2023-05-11T11:17:10.677000-04:00",
            "created_at": "2023-05-10T15:11:59.963041-04:00",
            "name": "Boston Red Sox",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54b6d1c4-fdbc-436e-b03f-0bcac6ec0979/?format=api"
        }
    ]
}