GET /api/bet_types/85d2d46f-f2c3-49f5-9174-208ee54b8845/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85d2d46f-f2c3-49f5-9174-208ee54b8845",
    "match": "https://api-prod.gambitprofit.com/api/matches/379f7b4b-3e70-452a-b7e6-43b6a4d5fdff/?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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbf34185-0404-477b-a412-c0ef11c71d3a",
            "gambit_id": "94c5bd09-16da-4b07-b6f7-4aba96bb6147",
            "last_updated": "2022-12-05T11:42:10.779268-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 220.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85d2d46f-f2c3-49f5-9174-208ee54b8845/?format=api"
        },
        {
            "id": "78cb6f6a-4e35-46fe-8b81-0801b63d37ba",
            "gambit_id": "9a1507ad-fe35-4fbe-92b0-1f4bd3158998",
            "last_updated": "2022-12-05T11:42:10.780374-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 220.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85d2d46f-f2c3-49f5-9174-208ee54b8845/?format=api"
        }
    ]
}