GET /api/bet_types/7074b9d2-abe5-45db-93e9-1da66e6346cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7074b9d2-abe5-45db-93e9-1da66e6346cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/50a5677e-dcf9-4a21-85fc-94de3a207d65/?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 2.5",
                "amount": 5726.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4274.0
            }
        ],
        "expected_reward_tokens": 8760.78,
        "profit_sb": -239.22,
        "profit_sb_percentage": -2.66,
        "recommended": false
    },
    "lines": [
        {
            "id": "ece1bf43-66c8-4ba8-9eaf-533da35faa3d",
            "gambit_id": "b9b761fc-f0eb-46fa-9f87-4b933c93666e",
            "last_updated": "2022-11-22T09:47:32.568492-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.53000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7074b9d2-abe5-45db-93e9-1da66e6346cb/?format=api"
        },
        {
            "id": "8fffdec7-45d3-4905-93c6-faf89bbe1862",
            "gambit_id": "0ac63455-c461-4963-aceb-002cb10d1c01",
            "last_updated": "2022-11-22T09:47:32.569689-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7074b9d2-abe5-45db-93e9-1da66e6346cb/?format=api"
        }
    ]
}