GET /api/bet_types/1dae7254-2231-4fa9-b84d-1a3d95bec8fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1dae7254-2231-4fa9-b84d-1a3d95bec8fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/18d27aad-dba8-42c9-af8a-59b5387b1ee6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-07T09:46:52.133298-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": 5885.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4115.0
            }
        ],
        "expected_reward_tokens": 9298.3,
        "profit_sb": -201.7,
        "profit_sb_percentage": -2.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa13126d-bfe2-40ae-9b57-c9527ead8a07",
            "gambit_id": "3cffb28c-9e9a-4791-9f6a-6ed3fc8687f9",
            "last_updated": "2023-03-08T11:52:08.030630-05:00",
            "created_at": "2023-03-07T09:46:52.136037-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dae7254-2231-4fa9-b84d-1a3d95bec8fd/?format=api"
        },
        {
            "id": "93200368-7835-4caa-b4ce-f2e79c4e2d01",
            "gambit_id": "ba32d50f-54c2-4a52-b10a-fc4c98f40e3e",
            "last_updated": "2023-03-08T11:52:08.029475-05:00",
            "created_at": "2023-03-07T09:46:52.134737-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dae7254-2231-4fa9-b84d-1a3d95bec8fd/?format=api"
        }
    ]
}