GET /api/bet_types/bc6e5779-b708-40b0-a90a-6aea9d3fd5f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc6e5779-b708-40b0-a90a-6aea9d3fd5f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/773ad4f2-aa46-4a11-bd1f-81b8cf838881/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-07T10:08:24.977965-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d2f834a-35c9-43b2-aa94-c6a990b8cf9b",
            "gambit_id": "2dd8730d-a241-4fd0-b704-f5fa3d4124fb",
            "last_updated": "2023-06-10T13:58:17.943779-04:00",
            "created_at": "2023-06-07T10:08:24.980287-04:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc6e5779-b708-40b0-a90a-6aea9d3fd5f3/?format=api"
        },
        {
            "id": "7b86d20a-f949-4888-8c2d-f2566e30fc8c",
            "gambit_id": "6c8d6493-4c74-4c56-b636-1d0e9b9ef0cf",
            "last_updated": "2023-06-10T13:58:17.946209-04:00",
            "created_at": "2023-06-07T10:08:24.982734-04:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc6e5779-b708-40b0-a90a-6aea9d3fd5f3/?format=api"
        }
    ]
}