GET /api/bet_types/38db1d14-2174-424c-9324-ae1d34bc8d75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38db1d14-2174-424c-9324-ae1d34bc8d75",
    "match": "https://api-prod.gambitprofit.com/api/matches/db78c19d-aa60-4bd7-b2cc-d7a1bce8b87c/?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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "edcb5bd8-c110-4fb5-be08-c598e0e257e4",
            "gambit_id": "4009e694-9402-4122-9da9-5ca209011518",
            "last_updated": "2022-11-08T10:52:24.074073-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 224.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38db1d14-2174-424c-9324-ae1d34bc8d75/?format=api"
        },
        {
            "id": "c859003f-1838-4dcb-ad2f-7c2bd99a81f4",
            "gambit_id": "e95beff8-dfa5-43e4-91a8-dc304ccb7410",
            "last_updated": "2022-11-08T10:52:24.073037-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 224.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38db1d14-2174-424c-9324-ae1d34bc8d75/?format=api"
        }
    ]
}