GET /api/bet_types/38768461-e09a-4139-9a66-d3e6fd9fcc08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38768461-e09a-4139-9a66-d3e6fd9fcc08",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c45948a-ac61-420f-8111-82ced25e1ac3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:03:03.187198-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ebe5e1c-5be3-4428-b93a-ede91c787370",
            "gambit_id": "ebb00bea-6b11-4d18-9b80-61e490c89611",
            "last_updated": "2023-12-29T11:13:24.542816-05:00",
            "created_at": "2023-12-27T09:03:03.190992-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38768461-e09a-4139-9a66-d3e6fd9fcc08/?format=api"
        },
        {
            "id": "5e6ae39c-7a01-4f97-bbef-e7ad8fd96ff5",
            "gambit_id": "b8c26f11-1a55-4c44-86d2-78b46ea820a0",
            "last_updated": "2023-12-29T11:13:24.551458-05:00",
            "created_at": "2023-12-27T09:03:03.195855-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38768461-e09a-4139-9a66-d3e6fd9fcc08/?format=api"
        }
    ]
}