GET /api/bet_types/82d187e3-5420-49c7-a009-2bb60d0e8827/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82d187e3-5420-49c7-a009-2bb60d0e8827",
    "match": "https://api-prod.gambitprofit.com/api/matches/47611236-96ac-4cee-b1b0-13711eadfb54/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T19:52:10.455198-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 Over 143.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 143.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8e083c6-3f3c-45c5-9e1e-8d4ae4e541a9",
            "gambit_id": "ae5dd6ae-72e6-4e1b-9624-f6c81057e695",
            "last_updated": "2023-03-17T10:42:25.401500-04:00",
            "created_at": "2023-03-14T19:52:10.458643-04:00",
            "name": "Game Total Over 143.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "143.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82d187e3-5420-49c7-a009-2bb60d0e8827/?format=api"
        },
        {
            "id": "6b8eade5-6781-42ae-9889-98caf11051be",
            "gambit_id": "42b41e17-1958-4b67-baa7-e34674e46af6",
            "last_updated": "2023-03-17T10:42:25.400078-04:00",
            "created_at": "2023-03-14T19:52:10.456909-04:00",
            "name": "Game Total Under 143.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "143.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82d187e3-5420-49c7-a009-2bb60d0e8827/?format=api"
        }
    ]
}