GET /api/bet_types/3e776ee8-3827-49bf-9a1c-34d63ce250c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e776ee8-3827-49bf-9a1c-34d63ce250c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b28adc3c-1ae4-44c4-9a10-a4d2aa56fd3d/?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 2.5",
                "amount": 5147.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4853.0
            }
        ],
        "expected_reward_tokens": 9316.07,
        "profit_sb": -183.93,
        "profit_sb_percentage": -1.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "5de5a53b-7a82-4918-8ec4-79cfbc6dcfd3",
            "gambit_id": "c215dc47-ab2e-42f3-90c9-6c25331b609d",
            "last_updated": "2022-10-05T07:06:51.513450-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.81000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e776ee8-3827-49bf-9a1c-34d63ce250c1/?format=api"
        },
        {
            "id": "17daadc8-5ed3-4438-ab69-cd25a8fba34c",
            "gambit_id": "d39c4e79-e6b9-41d0-afc5-d876de6ee5b9",
            "last_updated": "2022-10-05T07:06:51.512290-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.92000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e776ee8-3827-49bf-9a1c-34d63ce250c1/?format=api"
        }
    ]
}