GET /api/bet_types/cdc73615-0595-4ab1-aeb4-acc700bf471d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdc73615-0595-4ab1-aeb4-acc700bf471d",
    "match": "https://api-prod.gambitprofit.com/api/matches/39966913-33d8-4422-9d4c-2cdb7514998d/?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 9",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "30ccf630-d3db-4b52-8ed4-57c332c92adf",
            "gambit_id": "b54b38a0-8817-4c65-9be7-368847db754e",
            "last_updated": "2022-09-15T11:07:09.396876-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdc73615-0595-4ab1-aeb4-acc700bf471d/?format=api"
        },
        {
            "id": "a42d8bca-562c-447f-93fa-f73f272af850",
            "gambit_id": "11a4a8ab-8464-4558-8649-cb7f83067cff",
            "last_updated": "2022-09-15T11:07:09.398014-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdc73615-0595-4ab1-aeb4-acc700bf471d/?format=api"
        }
    ]
}