GET /api/bet_types/c6133b5b-92b0-430e-a00f-571ba201fb5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6133b5b-92b0-430e-a00f-571ba201fb5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e65cdead-65d5-483f-b924-5be70a527e6f/?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 51",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 51",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e8361e5-63f9-4d58-a639-8f0cc13c7675",
            "gambit_id": "4e9db925-9595-4680-b2f1-8b0e8850c92a",
            "last_updated": "2022-10-23T09:22:14.479052-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "51.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6133b5b-92b0-430e-a00f-571ba201fb5a/?format=api"
        },
        {
            "id": "c54d3c3f-a4a5-4388-99c8-479bbf487996",
            "gambit_id": "db3851ca-17bd-4ead-b729-1d033aca3a21",
            "last_updated": "2022-10-23T09:22:14.477703-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "51.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6133b5b-92b0-430e-a00f-571ba201fb5a/?format=api"
        }
    ]
}