GET /api/bet_types/57ca7b2c-d2a4-462a-af08-6cfade2d5f8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57ca7b2c-d2a4-462a-af08-6cfade2d5f8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e676289f-006b-4316-ade4-09189cbf5210/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-25T08:58:20.558363-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 Over 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d00abad-68b8-4f0f-b06d-e847a2244d80",
            "gambit_id": "ed405cbb-5864-468d-a9da-84e2c71e3151",
            "last_updated": "2023-09-26T10:03:07.036884-04:00",
            "created_at": "2023-09-25T08:58:20.563796-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57ca7b2c-d2a4-462a-af08-6cfade2d5f8c/?format=api"
        },
        {
            "id": "079a3215-e823-4c36-ab8d-2b944c65ad24",
            "gambit_id": "6be8953e-5fef-4095-a491-2455be64f3bb",
            "last_updated": "2023-09-26T10:03:07.041113-04:00",
            "created_at": "2023-09-25T08:58:20.576402-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57ca7b2c-d2a4-462a-af08-6cfade2d5f8c/?format=api"
        }
    ]
}