GET /api/bet_types/0c77f3cf-ef8f-4002-a07d-612b4fe4c252/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c77f3cf-ef8f-4002-a07d-612b4fe4c252",
    "match": "https://api-prod.gambitprofit.com/api/matches/9124bef1-8ded-4d86-a629-b3d6f3d477e1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-26T12:02:10.798431-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 2.5",
                "amount": 5389.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9268.11,
        "profit_sb": -231.89,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "3ecf5efd-3168-4789-b1f8-ab21d19b7f73",
            "gambit_id": "3d125aee-2390-4d14-9c6d-39568bc1d536",
            "last_updated": "2023-04-27T11:52:09.057819-04:00",
            "created_at": "2023-04-26T12:02:10.801390-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c77f3cf-ef8f-4002-a07d-612b4fe4c252/?format=api"
        },
        {
            "id": "04e566a1-cd06-4aa7-86e0-bf4be92d9713",
            "gambit_id": "e92e55db-b7fb-444f-82ff-bea69422752c",
            "last_updated": "2023-04-27T11:52:09.054220-04:00",
            "created_at": "2023-04-26T12:02:10.799925-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c77f3cf-ef8f-4002-a07d-612b4fe4c252/?format=api"
        }
    ]
}