GET /api/bet_types/25c91f25-2f1e-4679-bdfc-4bc3a0286f7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25c91f25-2f1e-4679-bdfc-4bc3a0286f7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9574bb49-4f13-4f65-ae91-ad55600d9d45/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-16T11:03:04.777424-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": "3cccd0fb-01dd-465e-b12b-d49d562c4788",
            "gambit_id": "0062344f-3d38-4340-8887-53b4d30f7df5",
            "last_updated": "2023-09-18T09:08:29.371269-04:00",
            "created_at": "2023-09-16T11:03:04.785041-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/25c91f25-2f1e-4679-bdfc-4bc3a0286f7a/?format=api"
        },
        {
            "id": "7b82b51c-021f-4280-8a3a-f1d217a94273",
            "gambit_id": "527d53e8-b1e1-4e2a-a2f7-f7a0ba00fc6d",
            "last_updated": "2023-09-18T09:08:29.365304-04:00",
            "created_at": "2023-09-16T11:03:04.780978-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/25c91f25-2f1e-4679-bdfc-4bc3a0286f7a/?format=api"
        }
    ]
}