GET /api/bet_types/8b0cf24a-ee04-4d94-985f-58628f7dcf5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b0cf24a-ee04-4d94-985f-58628f7dcf5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1cc368c-ec7f-4d53-81f1-3c9caf1a0a9f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-22T08:38:11.785192-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 Over 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "532689ad-e97f-4be5-b911-cb90170543ab",
            "gambit_id": "6bd81b8f-6717-4b1a-a6a7-59ec4d1c1b4d",
            "last_updated": "2023-07-23T21:58:27.584573-04:00",
            "created_at": "2023-07-22T08:38:11.789892-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b0cf24a-ee04-4d94-985f-58628f7dcf5d/?format=api"
        },
        {
            "id": "c9ae7ef6-7815-47e6-89f0-7208042f1d39",
            "gambit_id": "734b59a3-ecb8-4750-8a71-4d3356ebc3c7",
            "last_updated": "2023-07-23T21:58:27.587581-04:00",
            "created_at": "2023-07-22T08:38:11.794750-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b0cf24a-ee04-4d94-985f-58628f7dcf5d/?format=api"
        }
    ]
}