GET /api/bet_types/08c968b7-99b1-4092-8633-2dd3c8307c02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08c968b7-99b1-4092-8633-2dd3c8307c02",
    "match": "https://api-prod.gambitprofit.com/api/matches/236ebcdf-862a-4b40-908b-ab0c502d26a0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-27T18:58:10.437585-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "864c6e27-d704-40da-8429-f00800558e7a",
            "gambit_id": "7b023996-f0c1-4aa4-8b49-7a1d24a21f7a",
            "last_updated": "2023-09-28T18:53:21.890285-04:00",
            "created_at": "2023-09-27T18:58:10.441278-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08c968b7-99b1-4092-8633-2dd3c8307c02/?format=api"
        },
        {
            "id": "fcf028de-b4f1-4496-9f04-b2938d7ffcb4",
            "gambit_id": "68e590bd-5532-4eb0-aa9c-6d4504c0224a",
            "last_updated": "2023-09-28T18:53:21.893720-04:00",
            "created_at": "2023-09-27T18:58:10.447447-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08c968b7-99b1-4092-8633-2dd3c8307c02/?format=api"
        }
    ]
}