GET /api/bet_types/509b4bcf-5fe8-4b4d-902c-3830b26078cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "509b4bcf-5fe8-4b4d-902c-3830b26078cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4f7a437-c231-4348-8ce3-3d096c885161/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T11:12:03.421108-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 5.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "482982d8-96ae-40b0-af57-f68066960765",
            "gambit_id": "7dca3f0c-ba15-4c47-876c-deff6f989089",
            "last_updated": "2023-04-10T15:17:16.164378-04:00",
            "created_at": "2023-04-08T11:12:03.427933-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/509b4bcf-5fe8-4b4d-902c-3830b26078cc/?format=api"
        },
        {
            "id": "a8685d30-01f8-4408-88fd-a82c1b708d73",
            "gambit_id": "a5c27e35-a73a-43d6-b719-7dc08e845c1e",
            "last_updated": "2023-04-10T15:17:16.162764-04:00",
            "created_at": "2023-04-08T11:12:03.424183-04:00",
            "name": "Game Total Under 5.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/509b4bcf-5fe8-4b4d-902c-3830b26078cc/?format=api"
        }
    ]
}