GET /api/bet_types/1128aa0f-c978-4da2-9ea0-2c041fa33fb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1128aa0f-c978-4da2-9ea0-2c041fa33fb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad92f9db-5738-4995-a67d-ad7c8c32ea10/?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 68",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 68",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f1a4a3b-e5ec-4161-bb9b-138f3fb40211",
            "gambit_id": "9bc18df7-3645-469c-8252-d02d1cac7cb2",
            "last_updated": "2022-10-17T09:37:12.259400-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 68",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "68.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1128aa0f-c978-4da2-9ea0-2c041fa33fb1/?format=api"
        },
        {
            "id": "98bf27fb-da1e-4737-87a0-58472be5f5ae",
            "gambit_id": "b6e5e5cd-19fd-4400-a0fe-70b04a596600",
            "last_updated": "2022-10-17T09:37:12.266357-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 68",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "68.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1128aa0f-c978-4da2-9ea0-2c041fa33fb1/?format=api"
        }
    ]
}