GET /api/bet_types/d7cccd8b-11ec-47d3-9fcd-f303142e7204/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7cccd8b-11ec-47d3-9fcd-f303142e7204",
    "match": "https://api-prod.gambitprofit.com/api/matches/571019bf-dcea-45d8-a42c-6825e563bf05/?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 52",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 52",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1eef3d03-31fd-45b9-91f9-778fc0a3f049",
            "gambit_id": "c27473a6-c088-43a1-a025-dcc042ab8584",
            "last_updated": "2022-09-18T20:37:20.222402-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7cccd8b-11ec-47d3-9fcd-f303142e7204/?format=api"
        },
        {
            "id": "43ff15d6-bb41-4282-bd60-509b320ff579",
            "gambit_id": "616908bd-4ad2-4b0d-b406-1a4b65c687c1",
            "last_updated": "2022-09-18T20:37:20.223579-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7cccd8b-11ec-47d3-9fcd-f303142e7204/?format=api"
        }
    ]
}