GET /api/bet_types/192bf54f-bba1-4454-95d5-b76da1d99814/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "192bf54f-bba1-4454-95d5-b76da1d99814",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0637f46-cd10-4bf3-8e36-df07ba92dcd9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-04T10:37:55.634369-05: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 6.5",
                "amount": 5512.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "04f39bd6-ebdf-40fd-9ee8-d769fe14f7be",
            "gambit_id": "e15edbdf-1a1b-42de-b21f-b1b00a5bce85",
            "last_updated": "2023-03-06T11:42:13.831647-05:00",
            "created_at": "2023-03-04T10:37:55.636883-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/192bf54f-bba1-4454-95d5-b76da1d99814/?format=api"
        },
        {
            "id": "dc0b1a47-b27d-4566-868f-fd7e8dc6548f",
            "gambit_id": "1b0c066d-1113-4d73-b2d0-e86ff494d0c7",
            "last_updated": "2023-03-06T11:42:13.830499-05:00",
            "created_at": "2023-03-04T10:37:55.635605-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/192bf54f-bba1-4454-95d5-b76da1d99814/?format=api"
        }
    ]
}