GET /api/bet_types/adddfbea-1aa1-48c6-8117-2584de84d9f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "adddfbea-1aa1-48c6-8117-2584de84d9f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dfcb4e5-85c5-4796-b130-c30a3fdee46e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:03:04.592247-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d46cb08-2b02-4dc3-8eab-25458c9c0972",
            "gambit_id": "0499fc01-0f7f-4725-a1ca-7b27f63b12a9",
            "last_updated": "2023-12-29T11:08:25.846567-05:00",
            "created_at": "2023-12-27T09:03:04.600157-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adddfbea-1aa1-48c6-8117-2584de84d9f0/?format=api"
        },
        {
            "id": "29bc74fb-8ea0-48f6-a994-657acad05bdb",
            "gambit_id": "d239293b-850c-4d6e-9749-83e050f74c49",
            "last_updated": "2023-12-29T11:08:25.829560-05:00",
            "created_at": "2023-12-27T09:03:04.596113-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adddfbea-1aa1-48c6-8117-2584de84d9f0/?format=api"
        }
    ]
}