GET /api/bet_types/0276d366-b9f0-4ece-be2f-5c40ef21a62b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0276d366-b9f0-4ece-be2f-5c40ef21a62b",
    "match": "https://api-prod.gambitprofit.com/api/matches/75143fb8-0ed0-441e-be6e-2d2f6525a354/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-05T09:32:58.064339-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": "Los Angeles Clippers",
                "amount": 5107.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7549339-fa00-4537-a5e0-5f6309f39cce",
            "gambit_id": "42a213d3-30bb-4963-bd13-c7dd9d95ee14",
            "last_updated": "2024-01-08T14:38:13.700332-05:00",
            "created_at": "2024-01-05T09:32:58.068777-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0276d366-b9f0-4ece-be2f-5c40ef21a62b/?format=api"
        },
        {
            "id": "19d0d91e-37da-403e-afd7-a4cab1550357",
            "gambit_id": "072255a5-9b74-4986-adc8-87d1092d219b",
            "last_updated": "2024-01-08T14:38:13.708073-05:00",
            "created_at": "2024-01-05T09:32:58.073346-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0276d366-b9f0-4ece-be2f-5c40ef21a62b/?format=api"
        }
    ]
}