GET /api/bet_types/0281a1fb-46d8-48dc-be84-3363b1fce462/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0281a1fb-46d8-48dc-be84-3363b1fce462",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5092d97-ca0e-4b18-931e-973a5743a657/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-07T09:48:18.372288-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "69b8ffb7-5480-4db3-91cd-10b362088c7d",
            "gambit_id": "4ab4894e-83ef-45bc-8381-e0113344acaf",
            "last_updated": "2023-12-08T21:18:05.704874-05:00",
            "created_at": "2023-12-07T09:48:18.380246-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0281a1fb-46d8-48dc-be84-3363b1fce462/?format=api"
        },
        {
            "id": "b196022b-a043-442e-9512-b780c2f6b792",
            "gambit_id": "6ccc3f58-5991-4768-ab55-1905d59073d1",
            "last_updated": "2023-12-08T21:18:05.701420-05:00",
            "created_at": "2023-12-07T09:48:18.376313-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0281a1fb-46d8-48dc-be84-3363b1fce462/?format=api"
        }
    ]
}