GET /api/bet_types/930b4317-3fc2-4e40-a028-3fa132bce538/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "930b4317-3fc2-4e40-a028-3fa132bce538",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b515a3d-cc39-4efa-9009-c947f95cddc9/?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 Over 2.5",
                "amount": 5374.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4626.0
            }
        ],
        "expected_reward_tokens": 8974.44,
        "profit_sb": -25.56,
        "profit_sb_percentage": -0.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "d837b46c-4f8c-4ba5-a69a-f23ece029831",
            "gambit_id": "42ab0b08-003a-4ce3-ab2e-548a1108ea5e",
            "last_updated": "2022-09-11T21:17:14.098402-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.67000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/930b4317-3fc2-4e40-a028-3fa132bce538/?format=api"
        },
        {
            "id": "84a52742-2a47-431e-8ad5-fb03cec02570",
            "gambit_id": "9c5199a7-2e7b-4d58-a3c9-f2fc4c454979",
            "last_updated": "2022-09-11T21:17:14.097137-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.94000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/930b4317-3fc2-4e40-a028-3fa132bce538/?format=api"
        }
    ]
}