GET /api/bet_types/d5c4a3c0-a2fe-4f7c-b891-97444ff3024a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5c4a3c0-a2fe-4f7c-b891-97444ff3024a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb8d5be8-a01d-48dd-8fd6-77539caa1861/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 56",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 56",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e6c6baf-fe40-49ad-8a86-a489dc644d31",
            "gambit_id": "b769ae30-7e00-4929-8f9a-1a8b95289786",
            "last_updated": "2022-10-11T10:52:30.037603-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5c4a3c0-a2fe-4f7c-b891-97444ff3024a/?format=api"
        },
        {
            "id": "b5cd18c3-ee4f-4d48-a8bf-07d46ac5db5a",
            "gambit_id": "b2255a7d-de67-4a85-b311-b954c12be52f",
            "last_updated": "2022-10-11T10:52:30.038753-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5c4a3c0-a2fe-4f7c-b891-97444ff3024a/?format=api"
        }
    ]
}