GET /api/bet_types/b1ddc5e5-347c-47fc-9c32-62d1cdf3b2cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1ddc5e5-347c-47fc-9c32-62d1cdf3b2cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/a19a75f1-5d74-4c3f-ad35-662106f0f4cc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-06T08:07:11.101490-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 218.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 218.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0c14afb-b7c4-4aaf-88a9-30c04d29d0c2",
            "gambit_id": "1ebc0734-86e1-48e4-941b-2b89d0b33117",
            "last_updated": "2023-03-07T10:17:16.759508-05:00",
            "created_at": "2023-03-06T08:07:11.103133-05:00",
            "name": "Game Total Under 218.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1ddc5e5-347c-47fc-9c32-62d1cdf3b2cc/?format=api"
        },
        {
            "id": "fb642deb-d406-4556-bb16-397c7134cb84",
            "gambit_id": "c874a40d-2e9f-4fd8-bf7b-89f0b124bf67",
            "last_updated": "2023-03-07T10:17:16.761636-05:00",
            "created_at": "2023-03-06T08:07:11.104531-05:00",
            "name": "Game Total Over 218.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1ddc5e5-347c-47fc-9c32-62d1cdf3b2cc/?format=api"
        }
    ]
}