GET /api/bet_types/4fa68b41-aa83-4f12-9736-fbdd42f7dd26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4fa68b41-aa83-4f12-9736-fbdd42f7dd26",
    "match": "https://api-prod.gambitprofit.com/api/matches/62c2f78e-eee9-4ea7-88d2-5dbdae724dc1/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Total Rounds Over 4.5",
                "amount": 5594.0
            },
            {
                "team": "Total Rounds Under 4.5",
                "amount": 4406.0
            }
        ],
        "expected_reward_tokens": 9340.72,
        "profit_sb": -159.28,
        "profit_sb_percentage": -1.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "c47d2e91-4cb1-4066-adac-79a9f5f33e8d",
            "gambit_id": "90710bb9-d02e-44a1-a31c-f9803c25a844",
            "last_updated": "2022-10-31T11:16:57.647574-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fa68b41-aa83-4f12-9736-fbdd42f7dd26/?format=api"
        },
        {
            "id": "06aa6321-7a2b-40f7-897b-01fb73315766",
            "gambit_id": "b49e4d96-5980-4d15-94dc-8a67ee188b60",
            "last_updated": "2022-10-31T11:16:57.646444-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 4.5",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fa68b41-aa83-4f12-9736-fbdd42f7dd26/?format=api"
        }
    ]
}