GET /api/bet_types/9ca2115a-8463-4ba8-85c5-47c73f57ef43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ca2115a-8463-4ba8-85c5-47c73f57ef43",
    "match": "https://api-prod.gambitprofit.com/api/matches/17891cad-7f35-41cf-b128-84a313846fa7/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-11T09:38:12.283689-05: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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1f73dd92-64d5-43da-9508-7f6998c7c061",
            "gambit_id": "325f0137-a95e-4334-bbd8-89b354943939",
            "last_updated": "2024-01-15T09:43:13.454206-05:00",
            "created_at": "2024-01-11T09:38:12.287755-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ca2115a-8463-4ba8-85c5-47c73f57ef43/?format=api"
        },
        {
            "id": "cc4ec0c6-9cde-4aa3-baa4-6c76d50a12d6",
            "gambit_id": "1522b680-8dd5-40ac-9649-11da69a9d3a4",
            "last_updated": "2024-01-15T09:43:13.457856-05:00",
            "created_at": "2024-01-11T09:38:12.291992-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ca2115a-8463-4ba8-85c5-47c73f57ef43/?format=api"
        }
    ]
}