GET /api/bet_types/93403b52-2bb4-4d96-9eb6-1feac240ee4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93403b52-2bb4-4d96-9eb6-1feac240ee4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b50bd85-4a6e-4a61-916a-fbc0aa044533/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-28T09:08:09.055956-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": "Philadelphia 76ers",
                "amount": 6314.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "24dd3286-859d-4f54-a87f-881f623655ed",
            "gambit_id": "6aa53ecd-4290-4278-9f87-145d904f62cd",
            "last_updated": "2023-10-30T14:43:09.618877-04:00",
            "created_at": "2023-10-28T09:08:09.069788-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93403b52-2bb4-4d96-9eb6-1feac240ee4f/?format=api"
        },
        {
            "id": "bfab7cfd-dd35-4e11-9774-42da5147e785",
            "gambit_id": "b951bdd5-49f9-443d-8d70-220b40f67dac",
            "last_updated": "2023-10-30T14:43:09.614861-04:00",
            "created_at": "2023-10-28T09:08:09.063352-04:00",
            "name": "Toronto Raptors",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93403b52-2bb4-4d96-9eb6-1feac240ee4f/?format=api"
        }
    ]
}