GET /api/bet_types/e7ec0637-3f04-4765-9125-b3dc9cba430b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7ec0637-3f04-4765-9125-b3dc9cba430b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7938df27-ff71-40bf-90df-a435ea78618e/?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 Under 221",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "72d2acf2-26c4-4144-a35b-34cbe706beee",
            "gambit_id": "2ac4e670-1d5a-4ad6-91aa-121b8720a371",
            "last_updated": "2022-10-24T12:01:58.081398-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 221",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7ec0637-3f04-4765-9125-b3dc9cba430b/?format=api"
        },
        {
            "id": "99f312ea-870a-4b4f-a675-0afd3db72e22",
            "gambit_id": "10fc0178-51a5-4fa8-81f3-7a5ea4853a89",
            "last_updated": "2022-10-24T12:01:58.082590-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 221",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7ec0637-3f04-4765-9125-b3dc9cba430b/?format=api"
        }
    ]
}