GET /api/bet_types/04fd9906-fcc3-41ef-9dfe-66dcc5d7e95c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04fd9906-fcc3-41ef-9dfe-66dcc5d7e95c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c6cdb88-b406-41c9-831c-e22c880fcb57/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-24T09:08:03.243420-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": "Milwaukee Bucks",
                "amount": 8673.0
            },
            {
                "team": "Washington Wizards",
                "amount": 1327.0
            }
        ],
        "expected_reward_tokens": 9540.3,
        "profit_sb": 40.3,
        "profit_sb_percentage": 0.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "165f3833-529a-433d-b533-08344b2a90e8",
            "gambit_id": "26aa9ebe-d249-4a35-bc9d-c999465af987",
            "last_updated": "2023-11-25T10:48:22.945599-05:00",
            "created_at": "2023-11-24T09:08:03.257316-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.10000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04fd9906-fcc3-41ef-9dfe-66dcc5d7e95c/?format=api"
        },
        {
            "id": "f9c45efc-323d-4e2c-b502-0df18effdb1d",
            "gambit_id": "e27adbb4-8d20-473c-acfd-7c3d92de5be4",
            "last_updated": "2023-11-25T10:48:22.942433-05:00",
            "created_at": "2023-11-24T09:08:03.250220-05:00",
            "name": "Washington Wizards",
            "reward": "7.19000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04fd9906-fcc3-41ef-9dfe-66dcc5d7e95c/?format=api"
        }
    ]
}