GET /api/bet_types/162b11d9-7b18-4076-a9e0-d56f67c9e614/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "162b11d9-7b18-4076-a9e0-d56f67c9e614",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4beb4dd-59e9-4f1b-907f-9285029b88da/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-14T05:58:09.520710-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 7.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "07021677-9d45-4e9d-b761-8097e184de9c",
            "gambit_id": "82e56088-0f85-4b34-8639-4817255afad6",
            "last_updated": "2023-06-15T23:23:32.414807-04:00",
            "created_at": "2023-06-14T05:58:09.524866-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/162b11d9-7b18-4076-a9e0-d56f67c9e614/?format=api"
        },
        {
            "id": "07526825-7a2d-4645-8393-d8966ee60d77",
            "gambit_id": "0b8eda4d-d1f2-486a-ab96-8cdda17791c7",
            "last_updated": "2023-06-15T23:23:32.413556-04:00",
            "created_at": "2023-06-14T05:58:09.522815-04:00",
            "name": "Game Total Over 7.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/162b11d9-7b18-4076-a9e0-d56f67c9e614/?format=api"
        }
    ]
}