GET /api/bet_types/9d5f6a58-2ef5-4306-8996-4b958b8b1bd4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d5f6a58-2ef5-4306-8996-4b958b8b1bd4",
    "match": "https://api-prod.gambitprofit.com/api/matches/88da366e-b14c-49b4-86e8-dc95e55e422c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-28T10:03:13.601398-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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6896acc3-941f-432d-8bfd-3d60572044d8",
            "gambit_id": "bc706137-0b9b-42a3-800a-a2964340b1b6",
            "last_updated": "2023-12-30T16:18:05.729102-05:00",
            "created_at": "2023-12-28T10:03:13.606053-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5f6a58-2ef5-4306-8996-4b958b8b1bd4/?format=api"
        },
        {
            "id": "bd335c9e-3554-469b-9dd4-592d4f28b4a0",
            "gambit_id": "87abcc9d-becc-41d9-b764-3a3846e01599",
            "last_updated": "2023-12-30T16:18:05.732780-05:00",
            "created_at": "2023-12-28T10:03:13.610012-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5f6a58-2ef5-4306-8996-4b958b8b1bd4/?format=api"
        }
    ]
}