GET /api/bet_types/b2e64913-079f-4962-b064-1c0044e8e238/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2e64913-079f-4962-b064-1c0044e8e238",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab4f13b1-9316-44c0-80e7-e15f3e4d4182/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-21T09:38:07.207181-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 6.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f1bfcf3-8df0-49e6-a0e1-f3d8c7b7743d",
            "gambit_id": "f25c4fb2-d363-4f30-a7ee-32ba00b8fac6",
            "last_updated": "2023-10-23T20:38:04.363219-04:00",
            "created_at": "2023-10-21T09:38:07.210844-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2e64913-079f-4962-b064-1c0044e8e238/?format=api"
        },
        {
            "id": "80e49dad-efe6-45bb-ad99-55fd696d8a19",
            "gambit_id": "81afceab-ea44-449a-8c42-9c89bc4e0824",
            "last_updated": "2023-10-23T20:38:04.377733-04:00",
            "created_at": "2023-10-21T09:38:07.220953-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2e64913-079f-4962-b064-1c0044e8e238/?format=api"
        }
    ]
}