GET /api/bet_types/c63b9ac9-30e8-48fd-9eb2-052fcbda42e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c63b9ac9-30e8-48fd-9eb2-052fcbda42e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8665cb4-5e3a-4efb-abe3-8044b13fc6a5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-20T11:42:12.759469-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": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b865540-e0b7-47d8-ab78-b54a8a712be8",
            "gambit_id": "644d8a3a-d0b0-4e0f-af06-bf8192349e34",
            "last_updated": "2023-04-21T21:57:32.337524-04:00",
            "created_at": "2023-04-20T11:42:12.761415-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63b9ac9-30e8-48fd-9eb2-052fcbda42e6/?format=api"
        },
        {
            "id": "837df98b-949a-4184-a525-1746bbb28d7e",
            "gambit_id": "a49affc6-a4da-4123-a55a-728ec54555c6",
            "last_updated": "2023-04-21T21:57:32.339510-04:00",
            "created_at": "2023-04-20T11:42:12.763311-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63b9ac9-30e8-48fd-9eb2-052fcbda42e6/?format=api"
        }
    ]
}