GET /api/bet_types/59679e94-4759-46c8-80e6-59a10c894ef4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59679e94-4759-46c8-80e6-59a10c894ef4",
    "match": "https://api-prod.gambitprofit.com/api/matches/9568c4e0-f209-4d8a-8b95-d70e19ff2b83/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-12T09:53:15.314123-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 2.5",
                "amount": 5162.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4838.0
            }
        ],
        "expected_reward_tokens": 9239.98,
        "profit_sb": -260.02,
        "profit_sb_percentage": -2.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "b140b895-ba76-4b39-a7f5-872e6dae24a8",
            "gambit_id": "6b5c3ab3-0df1-444c-b481-5c76ee6e487e",
            "last_updated": "2024-01-17T22:38:11.925635-05:00",
            "created_at": "2024-01-12T09:53:15.325363-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.79000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59679e94-4759-46c8-80e6-59a10c894ef4/?format=api"
        },
        {
            "id": "b74c7403-1ede-42e0-8d85-6d144d9f98a4",
            "gambit_id": "ec4650e2-664c-451c-9ac1-162336650270",
            "last_updated": "2024-01-17T22:38:11.922535-05:00",
            "created_at": "2024-01-12T09:53:15.319393-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.91000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59679e94-4759-46c8-80e6-59a10c894ef4/?format=api"
        }
    ]
}