GET /api/bet_types/553388a4-59cd-4f73-8e0b-5bc7fa7f767f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "553388a4-59cd-4f73-8e0b-5bc7fa7f767f",
    "match": "https://api-prod.gambitprofit.com/api/matches/46b3dcef-6767-451e-8d7a-68b6ee945f29/?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": "Game Total Over 51",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 51",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a5b8ef02-05d4-45c4-8283-cdea891c315f",
            "gambit_id": "469e8b17-daac-4a80-88f6-d07f48dc0b06",
            "last_updated": "2022-09-25T21:22:20.496185-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "51.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/553388a4-59cd-4f73-8e0b-5bc7fa7f767f/?format=api"
        },
        {
            "id": "dced8fc5-c64e-4582-975c-943b353197e9",
            "gambit_id": "1c14749d-50bc-4d8a-ab59-a93619600714",
            "last_updated": "2022-09-25T21:22:20.495091-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "51.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/553388a4-59cd-4f73-8e0b-5bc7fa7f767f/?format=api"
        }
    ]
}