GET /api/bet_types/db6369d5-bb7e-4aba-9f2e-c51854ebba42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db6369d5-bb7e-4aba-9f2e-c51854ebba42",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a1d8b43-a808-44fe-84ff-b2c91e2b9b3b/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "2c9dc9a3-6f22-4037-83e6-28a73dbcb827",
            "gambit_id": "0dd4161d-c99f-47ae-a223-5d8687847aad",
            "last_updated": "2022-12-07T09:37:47.518879-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db6369d5-bb7e-4aba-9f2e-c51854ebba42/?format=api"
        },
        {
            "id": "29b86720-b83a-4bb5-a65f-681ae37869c2",
            "gambit_id": "4870e11f-1aeb-48a8-bffe-bceb6408970a",
            "last_updated": "2022-12-07T09:37:47.519935-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db6369d5-bb7e-4aba-9f2e-c51854ebba42/?format=api"
        }
    ]
}