GET /api/bet_types/567b90ca-c586-4bac-a345-7c1ed695c488/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "567b90ca-c586-4bac-a345-7c1ed695c488",
    "match": "https://api-prod.gambitprofit.com/api/matches/b923d60f-e5b0-4433-b152-8693603ad58f/?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 Under 46.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf8d1297-5939-4369-a56f-e5a447b337ad",
            "gambit_id": "bc1662ac-918e-4474-b028-07813e8b20ff",
            "last_updated": "2022-11-14T14:57:39.737538-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 46.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/567b90ca-c586-4bac-a345-7c1ed695c488/?format=api"
        },
        {
            "id": "7ab708ea-ab99-495f-894e-7429b27199a7",
            "gambit_id": "c464ddf0-097b-432b-b269-5f27fc5b2364",
            "last_updated": "2022-11-14T14:57:39.738521-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 46.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/567b90ca-c586-4bac-a345-7c1ed695c488/?format=api"
        }
    ]
}