GET /api/bet_types/93afaaf0-3b2c-49bb-b20e-c7c9d4db6a6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93afaaf0-3b2c-49bb-b20e-c7c9d4db6a6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/301f5a6f-d3b5-46a0-80ac-56b6349e5fca/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-12T09:32:57.691114-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": "Dallas Mavericks",
                "amount": 5944.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "46f147ea-968e-4f77-9ba7-2cd1faf876b1",
            "gambit_id": "8d6e7650-1e46-4d09-b932-25ec780c0e66",
            "last_updated": "2023-11-14T09:18:06.875144-05:00",
            "created_at": "2023-11-12T09:32:57.695562-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93afaaf0-3b2c-49bb-b20e-c7c9d4db6a6e/?format=api"
        },
        {
            "id": "e7c23284-1585-43bd-8ce5-44a321899d2a",
            "gambit_id": "8e70b7eb-eb0d-47a2-b130-a53f97232c4b",
            "last_updated": "2023-11-14T09:18:06.878891-05:00",
            "created_at": "2023-11-12T09:32:57.700380-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93afaaf0-3b2c-49bb-b20e-c7c9d4db6a6e/?format=api"
        }
    ]
}