GET /api/bet_types/48804acf-6bec-4850-b895-25a77046767c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48804acf-6bec-4850-b895-25a77046767c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b97371b7-a2b2-4d75-a9f4-b7eaab697b52/?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": "aadc427f-41b1-40d5-8a7d-c038d81643cc",
            "gambit_id": "da9f15bd-6660-41f5-bd71-2296039defaa",
            "last_updated": "2022-11-21T09:53:37.348770-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/48804acf-6bec-4850-b895-25a77046767c/?format=api"
        },
        {
            "id": "c73f0703-bcc9-46e7-a06e-60cc79f2b1d3",
            "gambit_id": "8822d716-633f-4403-8db6-840803a90d5c",
            "last_updated": "2022-11-21T09:53:37.349917-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/48804acf-6bec-4850-b895-25a77046767c/?format=api"
        }
    ]
}