GET /api/bet_types/3817a691-ca33-4ce6-a5e9-97e16c791a7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3817a691-ca33-4ce6-a5e9-97e16c791a7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f31875a3-098d-45c2-b55c-f48712078f39/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-30T10:28:02.513937-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 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbbb1b91-8e75-459a-b089-ab2db4a39324",
            "gambit_id": "01ffb35a-744a-4a16-a86e-3838fea505cf",
            "last_updated": "2023-12-01T19:08:06.491441-05:00",
            "created_at": "2023-11-30T10:28:02.518566-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3817a691-ca33-4ce6-a5e9-97e16c791a7e/?format=api"
        },
        {
            "id": "abaadb46-f8ba-45b2-9875-50e945f38101",
            "gambit_id": "2195d4c8-2cb1-4999-ac6b-64f17d77ff27",
            "last_updated": "2023-12-01T19:08:06.488050-05:00",
            "created_at": "2023-11-30T10:28:02.523274-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3817a691-ca33-4ce6-a5e9-97e16c791a7e/?format=api"
        }
    ]
}