GET /api/bet_types/ef063e01-7171-417a-ae04-ebd3742577c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef063e01-7171-417a-ae04-ebd3742577c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/21edb8a8-420b-4ec6-bd97-966a10dd3490/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-24T08:58:07.163208-04: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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e9bc2e7-9137-4b24-a4cf-3defdc4c69ba",
            "gambit_id": "c6d6b0bb-e58a-45d3-a440-02012d879bcf",
            "last_updated": "2023-06-26T10:33:15.859698-04:00",
            "created_at": "2023-06-24T08:58:07.166616-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef063e01-7171-417a-ae04-ebd3742577c2/?format=api"
        },
        {
            "id": "c157e67e-e21d-484a-8baa-dc0ca83c0fad",
            "gambit_id": "6c454593-3311-45f5-a584-446ac3ad1259",
            "last_updated": "2023-06-26T10:33:15.857194-04:00",
            "created_at": "2023-06-24T08:58:07.164894-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef063e01-7171-417a-ae04-ebd3742577c2/?format=api"
        }
    ]
}