GET /api/bet_types/e383def1-5071-45eb-a8a6-8c8f8222145d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e383def1-5071-45eb-a8a6-8c8f8222145d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0df42cd1-11f2-48e5-81a2-30070191c109/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-16T09:08:26.812372-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 Over 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa3ba653-dece-4a28-9109-98adbeef33fd",
            "gambit_id": "3cbde2fa-dc57-4cc2-8ea2-a1b79630bcfa",
            "last_updated": "2023-07-18T09:03:20.090266-04:00",
            "created_at": "2023-07-16T09:08:26.815199-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e383def1-5071-45eb-a8a6-8c8f8222145d/?format=api"
        },
        {
            "id": "39ce1369-6220-4d60-a36e-4359db0bc205",
            "gambit_id": "3b854e12-cf97-4b1b-9321-f29047cc4a76",
            "last_updated": "2023-07-18T09:03:20.088446-04:00",
            "created_at": "2023-07-16T09:08:26.813717-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e383def1-5071-45eb-a8a6-8c8f8222145d/?format=api"
        }
    ]
}