GET /api/bet_types/2f11a97e-ab31-402b-9d25-0f0b3d163bbb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f11a97e-ab31-402b-9d25-0f0b3d163bbb",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d3cec62-5d59-4d3e-bc3f-6debb96b961a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-28T10:08:14.551885-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 38.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 38.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5dc6294e-8de9-469d-9e3e-9e70dcc73dc9",
            "gambit_id": "3059f485-e090-4e9f-9004-d46e1b99655e",
            "last_updated": "2023-10-02T20:53:09.354344-04:00",
            "created_at": "2023-09-28T10:08:14.560193-04:00",
            "name": "Game Total Under 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f11a97e-ab31-402b-9d25-0f0b3d163bbb/?format=api"
        },
        {
            "id": "1c776a08-b74f-45e4-877b-27e82cd008d8",
            "gambit_id": "c8514a64-356f-4189-834d-2ebe3256c989",
            "last_updated": "2023-10-02T20:53:09.359514-04:00",
            "created_at": "2023-09-28T10:08:14.555799-04:00",
            "name": "Game Total Over 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f11a97e-ab31-402b-9d25-0f0b3d163bbb/?format=api"
        }
    ]
}