GET /api/bet_types/6cf93af6-710e-45c2-ba80-ce9e75b05fe6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cf93af6-710e-45c2-ba80-ce9e75b05fe6",
    "match": "https://api-prod.gambitprofit.com/api/matches/845f2392-7fbf-4c9a-8540-d694c7791c63/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-17T11:42:02.909895-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "800e6ba7-4941-40ad-a791-803f92d3c87c",
            "gambit_id": "c2d974cc-0844-461a-bdbe-a9f8b42446a6",
            "last_updated": "2023-04-18T12:12:10.055489-04:00",
            "created_at": "2023-04-17T11:42:02.915098-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cf93af6-710e-45c2-ba80-ce9e75b05fe6/?format=api"
        },
        {
            "id": "bd10109a-3b6e-4018-a4d8-e0eb3a33525b",
            "gambit_id": "9b5b464d-556e-4bf0-9346-ca98a589b0a8",
            "last_updated": "2023-04-18T12:12:10.058100-04:00",
            "created_at": "2023-04-17T11:42:02.918616-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cf93af6-710e-45c2-ba80-ce9e75b05fe6/?format=api"
        }
    ]
}