GET /api/bet_types/95c58be8-0245-47d6-a077-72429b7a4529/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95c58be8-0245-47d6-a077-72429b7a4529",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed2e93c4-316a-4279-b530-bda093b0c935/?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 8.5",
                "amount": 5301.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4699.0
            }
        ],
        "expected_reward_tokens": 9116.06,
        "profit_sb": 116.06,
        "profit_sb_percentage": 1.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "0801faeb-6af9-4e78-81db-c15150292aed",
            "gambit_id": "e1335310-7688-459e-b183-9f6cc232d18a",
            "last_updated": "2022-09-03T19:57:05.308497-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95c58be8-0245-47d6-a077-72429b7a4529/?format=api"
        },
        {
            "id": "f0a63cc9-9cd9-43cd-acf5-fa64235d4c1f",
            "gambit_id": "f3d2857d-6d87-4d6e-9116-e73983cb7f85",
            "last_updated": "2022-09-03T19:57:05.309638-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.94000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95c58be8-0245-47d6-a077-72429b7a4529/?format=api"
        }
    ]
}