GET /api/bet_types/5911155b-27a0-48aa-81aa-87ba23f5cc1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5911155b-27a0-48aa-81aa-87ba23f5cc1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9fdbc0f-732f-43e2-91c8-67c4b73b75ea/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-19T09:58:10.652753-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": 5319.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8dae64d-6b78-4d5c-9ffd-531b8313a62e",
            "gambit_id": "2924d7c3-0070-4566-a36e-04f617fcf138",
            "last_updated": "2023-07-20T09:58:33.492854-04:00",
            "created_at": "2023-07-19T09:58:10.654203-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5911155b-27a0-48aa-81aa-87ba23f5cc1f/?format=api"
        },
        {
            "id": "6bc2b3df-1ba8-4b1b-939f-157d71bb16cf",
            "gambit_id": "d02ac366-250c-4ecf-8417-153b98f67926",
            "last_updated": "2023-07-20T09:58:33.494531-04:00",
            "created_at": "2023-07-19T09:58:10.655626-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5911155b-27a0-48aa-81aa-87ba23f5cc1f/?format=api"
        }
    ]
}