GET /api/bet_types/5e0ac5de-2c25-4248-89dc-bf4d157ff2bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e0ac5de-2c25-4248-89dc-bf4d157ff2bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/b01053f0-2178-4bb5-bd70-c45f38aa4e3c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-22T10:13:13.784927-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 Over 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "090de710-bb3e-4690-a2e7-3d89c0291fcb",
            "gambit_id": "98b2e8ec-666f-48b0-b9ff-02f24979ab21",
            "last_updated": "2023-12-23T21:13:17.809624-05:00",
            "created_at": "2023-12-22T10:13:13.789640-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e0ac5de-2c25-4248-89dc-bf4d157ff2bd/?format=api"
        },
        {
            "id": "4a0faba6-edb6-4153-a4f8-5e6affc46ba9",
            "gambit_id": "3a1c3528-b8b2-4799-9796-4970f6e6cb74",
            "last_updated": "2023-12-23T21:13:17.815088-05:00",
            "created_at": "2023-12-22T10:13:13.794228-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e0ac5de-2c25-4248-89dc-bf4d157ff2bd/?format=api"
        }
    ]
}