GET /api/bet_types/00827262-989f-4364-9fba-290cb959dcbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00827262-989f-4364-9fba-290cb959dcbe",
    "match": "https://api-prod.gambitprofit.com/api/matches/65a8db07-c982-4041-bc07-bc66bbd7e29e/?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 225",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "662e2aeb-1ca5-4982-b8b1-46ce22b7061a",
            "gambit_id": "3294fd5b-d598-42a4-8c71-284373130a73",
            "last_updated": "2022-11-03T09:43:21.914185-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 225",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00827262-989f-4364-9fba-290cb959dcbe/?format=api"
        },
        {
            "id": "a9334774-8db3-4ccd-bcc7-122255766419",
            "gambit_id": "19ab595b-abfb-4458-9747-4ca5c4ced886",
            "last_updated": "2022-11-03T09:43:21.913035-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 225",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00827262-989f-4364-9fba-290cb959dcbe/?format=api"
        }
    ]
}