GET /api/bet_types/d6181bd0-9b07-452f-ae36-2cf4d46cea84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6181bd0-9b07-452f-ae36-2cf4d46cea84",
    "match": "https://api-prod.gambitprofit.com/api/matches/22371163-5c40-4d2f-9941-b65c09c868c3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-01T09:42:10.263028-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "deaff2eb-9f17-45d8-ab30-a81352c77ac0",
            "gambit_id": "de7c923e-c1ee-4afd-88e9-83271e975677",
            "last_updated": "2023-06-02T13:52:21.422654-04:00",
            "created_at": "2023-06-01T09:42:10.273003-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6181bd0-9b07-452f-ae36-2cf4d46cea84/?format=api"
        },
        {
            "id": "74c5d280-a7e1-4c55-96e1-66f9d6daa4f7",
            "gambit_id": "5edecf8f-e7b7-41f5-9a0b-d9fd00e7dddd",
            "last_updated": "2023-06-02T13:52:21.420198-04:00",
            "created_at": "2023-06-01T09:42:10.265573-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6181bd0-9b07-452f-ae36-2cf4d46cea84/?format=api"
        }
    ]
}