GET /api/bet_types/ddd2c9ef-8db8-4c39-bfe9-609332ab2215/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddd2c9ef-8db8-4c39-bfe9-609332ab2215",
    "match": "https://api-prod.gambitprofit.com/api/matches/13a24fb6-7f43-4068-be32-123f10d13758/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 8",
                "amount": 5205.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "1b27322e-a842-41e9-92a0-31bc9d068226",
            "gambit_id": "f8dc8f90-a8c9-4ecd-af65-3fefc39ae012",
            "last_updated": "2022-09-08T10:07:12.123141-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddd2c9ef-8db8-4c39-bfe9-609332ab2215/?format=api"
        },
        {
            "id": "a577b7a0-7644-4889-80c1-e24b2c0031fb",
            "gambit_id": "1f90b7a9-78e9-4c74-be41-54b743b60ef9",
            "last_updated": "2022-09-08T10:07:12.122006-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddd2c9ef-8db8-4c39-bfe9-609332ab2215/?format=api"
        }
    ]
}