GET /api/bet_types/784c725e-58ed-40c7-a929-a6e14dca1feb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "784c725e-58ed-40c7-a929-a6e14dca1feb",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7f67578-4b2c-4d87-902b-077c74f49d71/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-24T13:27:14.118169-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "817f7c24-794a-4697-8c41-9f5897c6e0ec",
            "gambit_id": "0ad3f18d-f540-4417-b33d-0c9b48a20cc1",
            "last_updated": "2023-04-25T11:42:23.955373-04:00",
            "created_at": "2023-04-24T13:27:14.120186-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/784c725e-58ed-40c7-a929-a6e14dca1feb/?format=api"
        },
        {
            "id": "22b00982-c9c1-4319-881d-79669d2784e8",
            "gambit_id": "6ab2c370-da47-4803-b2de-9c5051cab5ed",
            "last_updated": "2023-04-25T11:42:23.957339-04:00",
            "created_at": "2023-04-24T13:27:14.122189-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/784c725e-58ed-40c7-a929-a6e14dca1feb/?format=api"
        }
    ]
}