GET /api/bet_types/992cf8a6-f43c-4d69-b368-3a907f27f970/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "992cf8a6-f43c-4d69-b368-3a907f27f970",
    "match": "https://api-prod.gambitprofit.com/api/matches/f44699af-d5d9-4128-be28-19d7949267e3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-07T08:28:00.307305-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 Under 9.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "d88af40c-2a03-4c7c-a2f9-2163650fe3f5",
            "gambit_id": "b0a5f964-4d73-4d77-92e8-83d305c367d1",
            "last_updated": "2023-08-08T09:52:57.984004-04:00",
            "created_at": "2023-08-07T08:28:00.315336-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/992cf8a6-f43c-4d69-b368-3a907f27f970/?format=api"
        },
        {
            "id": "d3a22cec-82de-4e13-809d-ca88d729d7e6",
            "gambit_id": "dc32aa31-15a2-4759-a0a6-36ee17321a4d",
            "last_updated": "2023-08-08T09:52:57.980732-04:00",
            "created_at": "2023-08-07T08:28:00.311172-04:00",
            "name": "Game Total Over 9.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/992cf8a6-f43c-4d69-b368-3a907f27f970/?format=api"
        }
    ]
}