GET /api/bet_types/661f3a98-2d51-4be4-bba9-d47324ff86ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "661f3a98-2d51-4be4-bba9-d47324ff86ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/49fa1832-21f0-4839-8052-877366113d03/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-14T10:57:06.222810-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": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ef9cc34-cda1-4034-b8cf-92203698d232",
            "gambit_id": "bdd1e4c7-4670-4bd1-9a95-4b870359335c",
            "last_updated": "2023-05-15T11:36:59.892372-04:00",
            "created_at": "2023-05-14T10:57:06.227280-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/661f3a98-2d51-4be4-bba9-d47324ff86ea/?format=api"
        },
        {
            "id": "b94b59e3-4dd4-467d-9286-cb264e6becc6",
            "gambit_id": "44335c4e-705e-4bd4-9e6e-d62ad2600c4d",
            "last_updated": "2023-05-15T11:36:59.890746-04:00",
            "created_at": "2023-05-14T10:57:06.224939-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/661f3a98-2d51-4be4-bba9-d47324ff86ea/?format=api"
        }
    ]
}