GET /api/bet_types/4ec97136-bb67-44a0-b572-e2337a28b827/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ec97136-bb67-44a0-b572-e2337a28b827",
    "match": "https://api-prod.gambitprofit.com/api/matches/48ffe511-e4fe-4ae4-b82d-3e6530a7f5c3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:13:06.972290-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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e73a984e-a00d-40cf-a1fc-d1d2ab0d7697",
            "gambit_id": "fa6ad8de-af04-4a95-8aa7-5e7dd9298278",
            "last_updated": "2023-12-07T21:43:03.776144-05:00",
            "created_at": "2023-12-06T09:13:06.976667-05:00",
            "name": "Game Total Over 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ec97136-bb67-44a0-b572-e2337a28b827/?format=api"
        },
        {
            "id": "9457d431-244c-462f-b6f4-e07cc89d5046",
            "gambit_id": "0c85113f-99c5-4c63-9f8c-bd06a01f1577",
            "last_updated": "2023-12-07T21:43:03.779695-05:00",
            "created_at": "2023-12-06T09:13:06.982579-05:00",
            "name": "Game Total Under 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ec97136-bb67-44a0-b572-e2337a28b827/?format=api"
        }
    ]
}