GET /api/bet_types/c2790cbe-4092-41ba-b032-03b79ee84163/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2790cbe-4092-41ba-b032-03b79ee84163",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b3ffadc-8213-4458-a9e9-9da2b3b28a80/?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 57.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 57.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "758ade2c-d9f0-4274-b4b1-887140448f69",
            "gambit_id": "6d3cbda0-b1e6-44d5-95c7-55474dc95386",
            "last_updated": "2022-11-28T09:17:08.574968-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 57.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "57.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2790cbe-4092-41ba-b032-03b79ee84163/?format=api"
        },
        {
            "id": "247a6f38-57b0-4445-8aae-0bec7181cc32",
            "gambit_id": "79019bd1-56f2-4080-8c92-9e63a59208c1",
            "last_updated": "2022-11-28T09:17:08.573976-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 57.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "57.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2790cbe-4092-41ba-b032-03b79ee84163/?format=api"
        }
    ]
}