GET /api/bet_types/ef26e724-f355-4137-a90e-ed92a431c9d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef26e724-f355-4137-a90e-ed92a431c9d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/347e3de2-8d9e-482c-b375-95496cb12c71/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-26T09:33:17.787520-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": "Game Total Over 238",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 238",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "46d4715a-8139-4a2d-8264-07bd2e53ec2a",
            "gambit_id": "dff767da-1326-4bb3-8cda-af489b99a107",
            "last_updated": "2024-01-27T10:53:04.056392-05:00",
            "created_at": "2024-01-26T09:33:17.792055-05:00",
            "name": "Game Total Over 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef26e724-f355-4137-a90e-ed92a431c9d1/?format=api"
        },
        {
            "id": "dc200f38-584b-4937-9b90-38fd8282384d",
            "gambit_id": "564f605f-97c2-4988-8da9-3cae40480d85",
            "last_updated": "2024-01-27T10:53:04.059918-05:00",
            "created_at": "2024-01-26T09:33:17.796827-05:00",
            "name": "Game Total Under 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef26e724-f355-4137-a90e-ed92a431c9d1/?format=api"
        }
    ]
}