GET /api/bet_types/5ac342be-8aa2-46f9-a5d9-9fc8a40a6a6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ac342be-8aa2-46f9-a5d9-9fc8a40a6a6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cf6c5ce-bf29-4f49-ac0c-0c1475a10c0f/?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 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d621d870-51d7-495f-8dc0-525cdb9826d3",
            "gambit_id": "a68978ce-c9b5-4e13-af68-bd6755a0187e",
            "last_updated": "2022-10-21T11:07:02.652351-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ac342be-8aa2-46f9-a5d9-9fc8a40a6a6c/?format=api"
        },
        {
            "id": "6605af6c-c8d1-45bd-860d-a9d0f5a75244",
            "gambit_id": "844d7001-95d2-4d5f-9420-9182bd03b161",
            "last_updated": "2022-10-21T11:07:02.653502-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ac342be-8aa2-46f9-a5d9-9fc8a40a6a6c/?format=api"
        }
    ]
}