GET /api/bet_types/c4ea86a9-5442-4e78-8c58-017ab2643c96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4ea86a9-5442-4e78-8c58-017ab2643c96",
    "match": "https://api-prod.gambitprofit.com/api/matches/17ef78b7-b3e4-4788-8599-f98d0e29681c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-05T10:57:14.515323-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": "MIA (B Garrett)",
                "amount": 5990.0
            },
            {
                "team": "KAN (C Hernandez)",
                "amount": 4010.0
            }
        ],
        "expected_reward_tokens": 9583.9,
        "profit_sb": 83.9,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1fa2f77-8b74-4e3d-aaa6-8daf3190e66a",
            "gambit_id": "84fd4449-573e-4a34-a8bd-53fc952012e9",
            "last_updated": "2023-06-06T16:02:18.951988-04:00",
            "created_at": "2023-06-05T10:57:14.521329-04:00",
            "name": "MIA (B Garrett)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4ea86a9-5442-4e78-8c58-017ab2643c96/?format=api"
        },
        {
            "id": "7e639c2f-b70a-4c30-8c1a-c913c88607b1",
            "gambit_id": "ca678fad-b971-44e0-a6ed-a2c0b3cd5a98",
            "last_updated": "2023-06-06T16:02:18.950150-04:00",
            "created_at": "2023-06-05T10:57:14.518726-04:00",
            "name": "KAN (C Hernandez)",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4ea86a9-5442-4e78-8c58-017ab2643c96/?format=api"
        }
    ]
}