GET /api/bet_types/ec16d6c8-ebbb-41c9-ace2-4092a8f678fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec16d6c8-ebbb-41c9-ace2-4092a8f678fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2fe82aa-2725-4f1d-8baf-8d803f0b8016/?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 Over 63.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 63.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "22ca500b-0ac5-4b4d-9d5e-ce3bf7d13cf2",
            "gambit_id": "3d5439b3-cea2-4d89-816f-1ccdd8ed13b4",
            "last_updated": "2022-10-03T11:22:20.783055-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 63.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "63.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec16d6c8-ebbb-41c9-ace2-4092a8f678fc/?format=api"
        },
        {
            "id": "4084873c-c3f1-4a69-8aa7-c7f53fb271c9",
            "gambit_id": "ccff4637-081b-4588-964a-b47397e262ae",
            "last_updated": "2022-10-03T11:22:20.781856-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 63.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "63.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec16d6c8-ebbb-41c9-ace2-4092a8f678fc/?format=api"
        }
    ]
}