GET /api/bet_types/92c45a47-87c9-4073-acd0-cd037d51df2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92c45a47-87c9-4073-acd0-cd037d51df2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3706ba53-0c99-49f2-b692-066f45fb9f3d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-01T12:27:16.425310-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f6e1599-8180-4e09-b568-fbd64bd51d36",
            "gambit_id": "633f35ad-6c75-48c3-96b1-26923d787f11",
            "last_updated": "2023-05-02T11:52:09.447986-04:00",
            "created_at": "2023-05-01T12:27:16.428638-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92c45a47-87c9-4073-acd0-cd037d51df2d/?format=api"
        },
        {
            "id": "d255cd92-43a2-4458-8c10-b51ccfd03cba",
            "gambit_id": "e38fa593-a680-4fa4-96d8-18f7ae0284db",
            "last_updated": "2023-05-02T11:52:09.446728-04:00",
            "created_at": "2023-05-01T12:27:16.426919-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92c45a47-87c9-4073-acd0-cd037d51df2d/?format=api"
        }
    ]
}