GET /api/bet_types/cd256e41-72ec-4896-8002-8d603851471c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd256e41-72ec-4896-8002-8d603851471c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8aaf2a1-8ef9-4619-bb2e-6b61fdcee87a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T13:52:01.192048-04: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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "de8e6f5f-14ce-4d49-a660-0c828efa638e",
            "gambit_id": "a2725891-5ba5-4c0c-b5d1-5a1c11b346bc",
            "last_updated": "2023-04-03T20:22:18.375134-04:00",
            "created_at": "2023-04-02T13:52:01.193943-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd256e41-72ec-4896-8002-8d603851471c/?format=api"
        },
        {
            "id": "dfc2ed0a-2d95-48b2-b672-5f639080a89b",
            "gambit_id": "4e9bc4cd-47b4-42eb-b853-1c7c09559031",
            "last_updated": "2023-04-03T20:22:18.377693-04:00",
            "created_at": "2023-04-02T13:52:01.196051-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd256e41-72ec-4896-8002-8d603851471c/?format=api"
        }
    ]
}