GET /api/bet_types/fd277356-2724-4efa-88a0-19c3c345bf5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd277356-2724-4efa-88a0-19c3c345bf5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a801b853-86d3-45e8-8647-e465959175a1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-08T08:23:03.255159-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": "Phoenix Suns",
                "amount": 5094.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "3aa5dfd6-ea59-435f-814e-8e472618fbec",
            "gambit_id": "3d2eeae1-982b-41c5-94d4-55c010b5deb5",
            "last_updated": "2023-11-10T12:33:19.389160-05:00",
            "created_at": "2023-11-08T08:23:03.260184-05:00",
            "name": "Phoenix Suns",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd277356-2724-4efa-88a0-19c3c345bf5b/?format=api"
        },
        {
            "id": "4c135620-ae87-41de-8bc9-fbd34278b8fe",
            "gambit_id": "d2fb2050-159b-4b98-b8cf-31c46b5281b4",
            "last_updated": "2023-11-10T12:33:19.392771-05:00",
            "created_at": "2023-11-08T08:23:03.265193-05:00",
            "name": "Chicago Bulls",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd277356-2724-4efa-88a0-19c3c345bf5b/?format=api"
        }
    ]
}