GET /api/bet_types/9f89dce6-8157-4b3b-9157-d7e6879159e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f89dce6-8157-4b3b-9157-d7e6879159e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/eef19f24-e073-493f-9957-0b7e3132db3b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-27T08:57:16.487244-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 Under 6.5",
                "amount": 5316.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "3cf2d657-4c55-4549-9b00-3996e9f0d136",
            "gambit_id": "1bf6ec9b-ba15-40b3-87ae-1223747f2159",
            "last_updated": "2023-01-28T15:22:22.856704-05:00",
            "created_at": "2023-01-27T08:57:16.488548-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f89dce6-8157-4b3b-9157-d7e6879159e9/?format=api"
        },
        {
            "id": "94fe2c16-2fec-439f-86ad-1ac7dae7220e",
            "gambit_id": "3aacd8f0-26bb-4f41-a83e-ce21f6252008",
            "last_updated": "2023-01-28T15:22:22.857882-05:00",
            "created_at": "2023-01-27T08:57:16.489860-05:00",
            "name": "Game Total Over 6.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f89dce6-8157-4b3b-9157-d7e6879159e9/?format=api"
        }
    ]
}