GET /api/bet_types/4b1bd80e-0a9c-4ade-9529-c950bb7d5b8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b1bd80e-0a9c-4ade-9529-c950bb7d5b8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/43907c33-70f6-435e-b957-5f910fa587d0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-16T12:17:23.642173-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 Over 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7397804e-c8e0-4c92-aefc-6e931d2c2e9e",
            "gambit_id": "05db8e38-988a-4d88-86cc-8d86ec0a5de5",
            "last_updated": "2023-04-18T12:12:07.524830-04:00",
            "created_at": "2023-04-16T12:17:23.648355-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b1bd80e-0a9c-4ade-9529-c950bb7d5b8b/?format=api"
        },
        {
            "id": "c89b7901-6884-4fda-965e-46e49fff58cd",
            "gambit_id": "99aec34f-9a8e-43c1-96f9-9888e99f8aba",
            "last_updated": "2023-04-18T12:12:07.522834-04:00",
            "created_at": "2023-04-16T12:17:23.644853-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b1bd80e-0a9c-4ade-9529-c950bb7d5b8b/?format=api"
        }
    ]
}