GET /api/bet_types/63e5cc2f-f4e2-49b6-8305-d21860ff9b38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63e5cc2f-f4e2-49b6-8305-d21860ff9b38",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bc5b4d4-89b4-4773-8b7c-0a502b951989/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-10T15:13:10.480006-04: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",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec66d9eb-d968-4abd-ba62-94f1ea21c7e8",
            "gambit_id": "48984143-585d-4b63-8284-96c4c7600102",
            "last_updated": "2023-10-11T09:02:56.013593-04:00",
            "created_at": "2023-10-10T15:13:10.490118-04:00",
            "name": "Game Total Under 8",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63e5cc2f-f4e2-49b6-8305-d21860ff9b38/?format=api"
        },
        {
            "id": "56c73f55-1d2f-4482-a2e9-b3cdc4893753",
            "gambit_id": "ea1e2e05-3c42-45af-b729-fea737d45cc4",
            "last_updated": "2023-10-11T09:02:56.009954-04:00",
            "created_at": "2023-10-10T15:13:10.484300-04:00",
            "name": "Game Total Over 8",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63e5cc2f-f4e2-49b6-8305-d21860ff9b38/?format=api"
        }
    ]
}