GET /api/bet_types/7fa8c31d-357f-417b-b247-75a29dc16731/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fa8c31d-357f-417b-b247-75a29dc16731",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9ec130b-5e33-4633-b81b-4c7ffb963dec/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-08T09:02:57.509865-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 242",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 242",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "feca88c2-8640-4be8-94c2-c17387306523",
            "gambit_id": "632a6c64-c434-4247-9231-679f3b4f6711",
            "last_updated": "2024-01-10T10:03:14.241594-05:00",
            "created_at": "2024-01-08T09:02:57.517124-05:00",
            "name": "Game Total Under 242",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fa8c31d-357f-417b-b247-75a29dc16731/?format=api"
        },
        {
            "id": "51902399-30e6-4dde-ae77-21b4ac0e9c13",
            "gambit_id": "08e20feb-4284-4543-a122-acc520f0979e",
            "last_updated": "2024-01-10T10:03:14.225244-05:00",
            "created_at": "2024-01-08T09:02:57.513370-05:00",
            "name": "Game Total Over 242",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fa8c31d-357f-417b-b247-75a29dc16731/?format=api"
        }
    ]
}