GET /api/bet_types/d6d1c890-3c9c-4b18-bc68-81d9224e2d9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6d1c890-3c9c-4b18-bc68-81d9224e2d9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7c1bcb7-db16-4cfe-ad7a-0f4cdca9f28f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-01T23:03:18.817192-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": 6469.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3531.0
            }
        ],
        "expected_reward_tokens": 9250.67,
        "profit_sb": -249.33,
        "profit_sb_percentage": -2.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "eea6975b-9ba0-4eb0-a526-f2efbc200a2f",
            "gambit_id": "361116da-5205-42ab-bf92-7acfda6ea1ac",
            "last_updated": "2023-09-06T11:43:28.059879-04:00",
            "created_at": "2023-09-01T23:03:18.821804-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.43000",
            "odds": "1.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6d1c890-3c9c-4b18-bc68-81d9224e2d9f/?format=api"
        },
        {
            "id": "ca2aa42d-ab6f-45fd-a92f-d3bba099d4fa",
            "gambit_id": "1b9fd632-2a30-49ca-8e5d-60b6b3e6ef73",
            "last_updated": "2023-09-06T11:43:28.064462-04:00",
            "created_at": "2023-09-01T23:03:18.828166-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6d1c890-3c9c-4b18-bc68-81d9224e2d9f/?format=api"
        }
    ]
}