GET /api/bet_types/bd5b9b9d-16e3-4a33-a39e-4f184abb0ca3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd5b9b9d-16e3-4a33-a39e-4f184abb0ca3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1870076-7a7e-4bec-bdce-e2c75ad51fb7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-01T19:28:12.304264-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 2.5",
                "amount": 5389.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9268.11,
        "profit_sb": -231.89,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b8aa7f2-f288-45cc-9984-9edda1b26041",
            "gambit_id": "9abbe595-f7e9-4e71-89ee-cd03cd3944e6",
            "last_updated": "2023-12-05T21:13:18.127865-05:00",
            "created_at": "2023-12-01T19:28:12.311644-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd5b9b9d-16e3-4a33-a39e-4f184abb0ca3/?format=api"
        },
        {
            "id": "89643e55-1010-437c-847a-8548de2dfaaa",
            "gambit_id": "69794c91-1b6f-45ef-a1c0-0aae46c99af7",
            "last_updated": "2023-12-05T21:13:18.124538-05:00",
            "created_at": "2023-12-01T19:28:12.308055-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd5b9b9d-16e3-4a33-a39e-4f184abb0ca3/?format=api"
        }
    ]
}