GET /api/bet_types/76cd2b2e-c525-4177-9028-576c7bc559d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76cd2b2e-c525-4177-9028-576c7bc559d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/54ffef06-222b-4cd9-bb33-fb90fd6e81aa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-19T08:47:59.274193-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": "CLE (A Civale)",
                "amount": 5615.0
            },
            {
                "team": "PIT (R Hill)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "0e70b961-9e4e-4fe1-973e-fb458664d503",
            "gambit_id": "5eb59787-eb83-47c4-b8cc-815018f82c4a",
            "last_updated": "2023-07-20T19:48:15.022081-04:00",
            "created_at": "2023-07-19T08:47:59.276245-04:00",
            "name": "CLE (A Civale)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76cd2b2e-c525-4177-9028-576c7bc559d9/?format=api"
        },
        {
            "id": "9b844a38-73e8-4b51-a9e7-1873a131b26a",
            "gambit_id": "f8d2741a-a352-4180-953b-31f37205131b",
            "last_updated": "2023-07-20T19:48:15.023440-04:00",
            "created_at": "2023-07-19T08:47:59.278355-04:00",
            "name": "PIT (R Hill)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76cd2b2e-c525-4177-9028-576c7bc559d9/?format=api"
        }
    ]
}