GET /api/bet_types/e223196f-cef5-4abb-8c9e-fbec8ccca8f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e223196f-cef5-4abb-8c9e-fbec8ccca8f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c6eb9c9-fb65-4996-95ee-3b85461dd4b4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-13T10:18:23.910999-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 9.5",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa08bd20-0e0b-4a01-ab23-be93e93cdf72",
            "gambit_id": "c4913173-29f5-412f-bbbd-9d45072609a4",
            "last_updated": "2023-08-14T18:48:06.935915-04:00",
            "created_at": "2023-08-13T10:18:23.921409-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e223196f-cef5-4abb-8c9e-fbec8ccca8f7/?format=api"
        },
        {
            "id": "622510de-8c33-4ab4-b5af-ea7499f44d55",
            "gambit_id": "a0617817-43d3-4eb3-8564-2997ad4c35df",
            "last_updated": "2023-08-14T18:48:06.932430-04:00",
            "created_at": "2023-08-13T10:18:23.915373-04:00",
            "name": "Game Total Under 9.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e223196f-cef5-4abb-8c9e-fbec8ccca8f7/?format=api"
        }
    ]
}