GET /api/bet_types/a1087b39-fd6f-468d-bdb8-4d11792d3115/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1087b39-fd6f-468d-bdb8-4d11792d3115",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8cfd4a2-2177-4d8c-9a24-5204e155d546/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:13:11.341414-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 6.5",
                "amount": 5515.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "76f50bac-675c-42fe-bcc8-a7148dd3b170",
            "gambit_id": "a5d3c473-bc99-44f9-9555-32e8d579d84b",
            "last_updated": "2023-11-03T10:38:10.044779-04:00",
            "created_at": "2023-11-02T09:13:11.346729-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1087b39-fd6f-468d-bdb8-4d11792d3115/?format=api"
        },
        {
            "id": "ea038d87-ec99-4dd7-9b2c-e5f64c8a218a",
            "gambit_id": "862b78ae-ec72-4fca-b139-3d08fa484864",
            "last_updated": "2023-11-03T10:38:10.047941-04:00",
            "created_at": "2023-11-02T09:13:11.352326-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1087b39-fd6f-468d-bdb8-4d11792d3115/?format=api"
        }
    ]
}