GET /api/bet_types/19f79def-15d6-4497-9944-cf34618cd10d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19f79def-15d6-4497-9944-cf34618cd10d",
    "match": "https://api-prod.gambitprofit.com/api/matches/51aaab80-d640-4c24-a67b-64a8615b9f93/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 8.5",
                "amount": 5109.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "c699b418-6f71-44c2-bb59-6f4e255853f0",
            "gambit_id": "31513691-c450-4b33-9e26-2bdaedf4fa13",
            "last_updated": "2022-08-13T10:47:08.328266-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19f79def-15d6-4497-9944-cf34618cd10d/?format=api"
        },
        {
            "id": "af9de517-80d2-4f7f-b860-449d496f117b",
            "gambit_id": "1db67631-381a-4475-b26d-edac8b77564b",
            "last_updated": "2022-08-13T10:47:08.327758-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19f79def-15d6-4497-9944-cf34618cd10d/?format=api"
        }
    ]
}