GET /api/bet_types/7fc16724-e2c1-4917-a3ee-3debf4392220/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fc16724-e2c1-4917-a3ee-3debf4392220",
    "match": "https://api-prod.gambitprofit.com/api/matches/f73810db-1a5b-4ff0-883c-b67368cf2596/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-09T09:42:58.638930-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e51f50c7-472a-4b01-a435-35df4253f2e2",
            "gambit_id": "8c2f8ad8-5ccf-4cc4-9ca1-3825f3036f3f",
            "last_updated": "2023-09-11T09:08:28.037753-04:00",
            "created_at": "2023-09-09T09:42:58.642651-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fc16724-e2c1-4917-a3ee-3debf4392220/?format=api"
        },
        {
            "id": "a45067d0-9b2f-4046-81d1-4b72ddefd2b3",
            "gambit_id": "e126a11c-8979-41e1-9960-9d009bd2c29d",
            "last_updated": "2023-09-11T09:08:28.041267-04:00",
            "created_at": "2023-09-09T09:42:58.646905-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fc16724-e2c1-4917-a3ee-3debf4392220/?format=api"
        }
    ]
}