GET /api/bet_types/c77ab0b0-7bfa-4510-9790-1829a6f1b744/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c77ab0b0-7bfa-4510-9790-1829a6f1b744",
    "match": "https://api-prod.gambitprofit.com/api/matches/faab9136-4596-4822-a7d8-6f35e7cea5bf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-30T08:58:12.500420-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": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a99e17bc-ee42-4e66-8311-f87c39015d73",
            "gambit_id": "e7bcbd75-bb67-4fee-b98e-5ec9d55f066c",
            "last_updated": "2023-10-02T10:48:23.402857-04:00",
            "created_at": "2023-09-30T08:58:12.509183-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/c77ab0b0-7bfa-4510-9790-1829a6f1b744/?format=api"
        },
        {
            "id": "a67a95ed-4a35-4e2c-9682-dd7671c50e2c",
            "gambit_id": "69083c76-409d-4405-b453-31b983bccc90",
            "last_updated": "2023-10-02T10:48:23.398792-04:00",
            "created_at": "2023-09-30T08:58:12.504974-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c77ab0b0-7bfa-4510-9790-1829a6f1b744/?format=api"
        }
    ]
}