GET /api/bet_types/2c28d04c-16a2-40b8-b157-63b2ebe1d038/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c28d04c-16a2-40b8-b157-63b2ebe1d038",
    "match": "https://api-prod.gambitprofit.com/api/matches/9337f299-27cd-4a50-b9c7-91212a992271/?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 7.5",
                "amount": 5207.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "a46988d8-8e5e-4bfd-b13d-a952b9011490",
            "gambit_id": "f354aaf2-76b4-429c-9238-c71596ca249b",
            "last_updated": "2022-09-10T22:02:15.369667-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c28d04c-16a2-40b8-b157-63b2ebe1d038/?format=api"
        },
        {
            "id": "646bfbd4-47dd-4c1a-9691-2b8b97e3abeb",
            "gambit_id": "ab9cd5ab-b666-4e7d-9cf8-555ce63bba46",
            "last_updated": "2022-09-10T22:02:15.370714-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c28d04c-16a2-40b8-b157-63b2ebe1d038/?format=api"
        }
    ]
}