GET /api/bet_types/8b8bf2c5-5a94-45a9-834d-eb817481bf2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b8bf2c5-5a94-45a9-834d-eb817481bf2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fa4b4bb-16ed-4d7e-8a0b-ff9057cf97c0/?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 238",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 238",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "cdea2a86-1431-4975-84ff-a6043afc6543",
            "gambit_id": "dfdeb32d-a2fa-4b20-b4f3-8d8aa66d0e38",
            "last_updated": "2022-11-29T09:52:05.549878-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 238",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b8bf2c5-5a94-45a9-834d-eb817481bf2a/?format=api"
        },
        {
            "id": "c2ccef1b-f3cf-491b-8f4f-3b3d9b7086ab",
            "gambit_id": "0f2afa04-835c-4977-82aa-6a0222b01247",
            "last_updated": "2022-11-29T09:52:05.550855-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 238",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b8bf2c5-5a94-45a9-834d-eb817481bf2a/?format=api"
        }
    ]
}