GET /api/bet_types/48c251dd-2792-426b-97e9-2fa685f92f97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48c251dd-2792-426b-97e9-2fa685f92f97",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cdd38ab-32d5-4c39-97ad-58b639b13ca6/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-07T09:07:56.051199-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": "Minnesota Timberwolves",
                "amount": 5107.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6b6d021-3596-44b3-8c75-254c37bc251e",
            "gambit_id": "a677209d-7814-4df8-8bfc-c9cd257e9a79",
            "last_updated": "2024-01-09T10:43:23.765810-05:00",
            "created_at": "2024-01-07T09:07:56.055235-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48c251dd-2792-426b-97e9-2fa685f92f97/?format=api"
        },
        {
            "id": "f7756f90-d58b-4b6e-b9a3-4fc17d2845a6",
            "gambit_id": "3b5a99fa-08d7-4827-9460-bc7be8ba1ae5",
            "last_updated": "2024-01-09T10:43:23.769154-05:00",
            "created_at": "2024-01-07T09:07:56.059801-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48c251dd-2792-426b-97e9-2fa685f92f97/?format=api"
        }
    ]
}