GET /api/bet_types/6e9aa717-e1df-4e2f-b919-ee3dac751747/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e9aa717-e1df-4e2f-b919-ee3dac751747",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9185158-0e8a-47b4-8e4b-fdb64339c3c6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-31T11:47:14.400856-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "59c911f9-dc4e-4495-a41b-58cdfe15e822",
            "gambit_id": "d61410ef-b1af-4154-bc35-23030a757f55",
            "last_updated": "2023-06-01T10:17:11.790773-04:00",
            "created_at": "2023-05-31T11:47:14.403407-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e9aa717-e1df-4e2f-b919-ee3dac751747/?format=api"
        },
        {
            "id": "78f1e135-744b-4e0f-85d0-ee9536a76e66",
            "gambit_id": "6e8fab45-a3df-4387-88b4-63e7182f2057",
            "last_updated": "2023-06-01T10:17:11.793113-04:00",
            "created_at": "2023-05-31T11:47:14.406096-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e9aa717-e1df-4e2f-b919-ee3dac751747/?format=api"
        }
    ]
}