GET /api/bet_types/157ff030-e851-4c29-be6c-4fc53c6c7a73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "157ff030-e851-4c29-be6c-4fc53c6c7a73",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffdadea7-ac46-46de-abf2-3b4da8c551e6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-13T08:57:55.294027-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "40cdadcd-19cf-4c65-b2e5-8cb5c7b15844",
            "gambit_id": "8e5bcae9-b7fe-44db-901b-6a7c70bb6825",
            "last_updated": "2023-12-15T10:03:19.215284-05:00",
            "created_at": "2023-12-13T08:57:55.297580-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/157ff030-e851-4c29-be6c-4fc53c6c7a73/?format=api"
        },
        {
            "id": "1bdcc323-485a-4e39-9105-54cdff75e613",
            "gambit_id": "5c4dac0e-83aa-4bf7-ae4b-f8a3f06f1dd2",
            "last_updated": "2023-12-15T10:03:19.212051-05:00",
            "created_at": "2023-12-13T08:57:55.302630-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/157ff030-e851-4c29-be6c-4fc53c6c7a73/?format=api"
        }
    ]
}