GET /api/bet_types/c599d3d7-535e-4c4c-9ba7-fa82f09903e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c599d3d7-535e-4c4c-9ba7-fa82f09903e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2ab50c1-2363-4ea3-bb90-e779eef62ccb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:06.576960-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": "Golden State Warriors",
                "amount": 5107.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "52dd09b9-450e-4f6a-9f43-45638ec8039c",
            "gambit_id": "960a4a56-965e-4893-8fd7-c827952b3679",
            "last_updated": "2023-12-01T15:43:20.351554-05:00",
            "created_at": "2023-11-30T10:28:06.584864-05:00",
            "name": "Golden State Warriors",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c599d3d7-535e-4c4c-9ba7-fa82f09903e3/?format=api"
        },
        {
            "id": "07a402c6-42b1-4467-a825-2404c5bb0e53",
            "gambit_id": "b693e4dd-62e4-42ae-a456-b3d5696d8e46",
            "last_updated": "2023-12-01T15:43:20.348122-05:00",
            "created_at": "2023-11-30T10:28:06.580743-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c599d3d7-535e-4c4c-9ba7-fa82f09903e3/?format=api"
        }
    ]
}