GET /api/bet_types/fea637df-5fb6-4bd5-a8d9-3853f639aca8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fea637df-5fb6-4bd5-a8d9-3853f639aca8",
    "match": "https://api-prod.gambitprofit.com/api/matches/17a96faa-10b1-454d-8566-c6df35f41b43/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-06T09:08:10.787612-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": "Oklahoma City Thunder",
                "amount": 5107.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "014ffc17-5f73-4179-8193-416e17b37b2d",
            "gambit_id": "74de66ac-ba5a-4e42-bc71-db4dd83e5956",
            "last_updated": "2024-02-07T01:53:03.492085-05:00",
            "created_at": "2024-02-06T09:08:10.791696-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fea637df-5fb6-4bd5-a8d9-3853f639aca8/?format=api"
        },
        {
            "id": "d23c04ca-7076-4efa-b978-08c3d7810c82",
            "gambit_id": "5ea47974-fd78-4466-b108-afd28698721d",
            "last_updated": "2024-02-07T01:53:03.495311-05:00",
            "created_at": "2024-02-06T09:08:10.796195-05:00",
            "name": "Utah Jazz",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fea637df-5fb6-4bd5-a8d9-3853f639aca8/?format=api"
        }
    ]
}