GET /api/bet_types/51f0edd2-c6dc-4751-af0c-5da295569902/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51f0edd2-c6dc-4751-af0c-5da295569902",
    "match": "https://api-prod.gambitprofit.com/api/matches/abdd74ca-106f-43b0-814b-0451a843206d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-12T09:23:01.542959-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "11889fb1-afd5-44ac-8e21-150d1346321e",
            "gambit_id": "e1308193-24f6-4758-81fc-ac6503e68aa0",
            "last_updated": "2023-09-15T16:28:16.606595-04:00",
            "created_at": "2023-09-12T09:23:01.550870-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51f0edd2-c6dc-4751-af0c-5da295569902/?format=api"
        },
        {
            "id": "3b3744c0-f06c-4acd-8dd9-568300ba10ea",
            "gambit_id": "80ea3248-f2ad-4c83-8433-4834de676291",
            "last_updated": "2023-09-15T16:28:16.601718-04:00",
            "created_at": "2023-09-12T09:23:01.546749-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51f0edd2-c6dc-4751-af0c-5da295569902/?format=api"
        }
    ]
}