GET /api/bet_types/aec1323c-6e2a-4f0a-8ddc-bf21b65dc813/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aec1323c-6e2a-4f0a-8ddc-bf21b65dc813",
    "match": "https://api-prod.gambitprofit.com/api/matches/378e4028-f702-429b-acdc-77db49976e1d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-04T09:13:06.988919-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 Under 7.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "1fe0b8bb-4d75-4e77-b5d7-5e6d936c7c02",
            "gambit_id": "2349c369-b822-4197-943f-8053ae554a48",
            "last_updated": "2023-10-05T09:13:23.201400-04:00",
            "created_at": "2023-10-04T09:13:07.025587-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aec1323c-6e2a-4f0a-8ddc-bf21b65dc813/?format=api"
        },
        {
            "id": "1eb999bb-a7a4-4402-8ca1-1d3a8032fe20",
            "gambit_id": "26c068d2-5e52-4766-ae53-8d0835f85bb1",
            "last_updated": "2023-10-05T09:13:23.196725-04:00",
            "created_at": "2023-10-04T09:13:06.994745-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aec1323c-6e2a-4f0a-8ddc-bf21b65dc813/?format=api"
        }
    ]
}