GET /api/bet_types/55309e20-ca3f-43b5-9491-d2fa9debe149/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55309e20-ca3f-43b5-9491-d2fa9debe149",
    "match": "https://api-prod.gambitprofit.com/api/matches/932f2bfc-ed44-48bf-ba2c-73ac1ef5ae07/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-21T10:17:17.176051-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 214.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 214.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f74805ec-5393-4332-97a7-b4c604ef4008",
            "gambit_id": "fe5821b8-a4a4-4b62-ae36-13520aa654df",
            "last_updated": "2023-05-22T14:47:01.294183-04:00",
            "created_at": "2023-05-21T10:17:17.177494-04:00",
            "name": "Game Total Under 214.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "214.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55309e20-ca3f-43b5-9491-d2fa9debe149/?format=api"
        },
        {
            "id": "38ae3991-5ac0-49dc-9214-0576f22ba6b7",
            "gambit_id": "9b7ab922-be32-491b-9d94-cdf084678875",
            "last_updated": "2023-05-22T14:47:01.295825-04:00",
            "created_at": "2023-05-21T10:17:17.178949-04:00",
            "name": "Game Total Over 214.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "214.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55309e20-ca3f-43b5-9491-d2fa9debe149/?format=api"
        }
    ]
}