GET /api/bet_types/c1e487f5-d8a0-40fe-8fb7-bc67b5b0d48f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1e487f5-d8a0-40fe-8fb7-bc67b5b0d48f",
    "match": "https://api-prod.gambitprofit.com/api/matches/52b1d283-72cf-4627-bce7-5c01a2b2ab21/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-06T09:07:20.797584-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 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b07b4004-a58d-455b-b9b7-cd212554ff48",
            "gambit_id": "fe082391-13eb-4e07-8a57-f6c7b0d862f6",
            "last_updated": "2023-03-07T10:17:17.721477-05:00",
            "created_at": "2023-03-06T09:07:20.798919-05:00",
            "name": "Game Total Under 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1e487f5-d8a0-40fe-8fb7-bc67b5b0d48f/?format=api"
        },
        {
            "id": "8d46bddb-0ea7-422e-a1dd-c24bd035c3b2",
            "gambit_id": "db23b23c-78c3-4e28-82b3-bbfae7d6ff89",
            "last_updated": "2023-03-07T10:17:17.722655-05:00",
            "created_at": "2023-03-06T09:07:20.800295-05:00",
            "name": "Game Total Over 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1e487f5-d8a0-40fe-8fb7-bc67b5b0d48f/?format=api"
        }
    ]
}