GET /api/bet_types/f8aafd0f-f7d4-4411-becd-9c74f1ac5bde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8aafd0f-f7d4-4411-becd-9c74f1ac5bde",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7b6cb25-2d2b-4f46-9aea-b3a49f336956/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-05T09:22:22.829008-04: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 Under 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b03324f1-914f-4aa7-92cd-e4b8b2d1b3c0",
            "gambit_id": "6205c202-c37b-4f55-9afe-ff42caf044d2",
            "last_updated": "2023-04-06T12:32:22.275277-04:00",
            "created_at": "2023-04-05T09:22:22.831520-04:00",
            "name": "Game Total Under 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8aafd0f-f7d4-4411-becd-9c74f1ac5bde/?format=api"
        },
        {
            "id": "87d25a1a-5247-42cf-ab73-83ee80f61d4f",
            "gambit_id": "43ec5c29-056c-40ce-886d-e02df9b50644",
            "last_updated": "2023-04-06T12:32:22.277805-04:00",
            "created_at": "2023-04-05T09:22:22.834178-04:00",
            "name": "Game Total Over 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8aafd0f-f7d4-4411-becd-9c74f1ac5bde/?format=api"
        }
    ]
}