GET /api/bet_types/4471ea23-1cf0-4fdb-8c36-6f0795e3d204/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4471ea23-1cf0-4fdb-8c36-6f0795e3d204",
    "match": "https://api-prod.gambitprofit.com/api/matches/06f86cf4-bbe1-4293-915b-04a137c47b61/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-16T17:37:18.547931-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a9aab712-d5b0-424c-8c51-ac65f45422cb",
            "gambit_id": "6aafccd6-eadf-4110-8bc5-4383c0769232",
            "last_updated": "2023-03-17T13:36:56.742071-04:00",
            "created_at": "2023-03-16T17:37:18.550988-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4471ea23-1cf0-4fdb-8c36-6f0795e3d204/?format=api"
        },
        {
            "id": "62ee38e6-2c92-4541-81a2-bc65d1e3f161",
            "gambit_id": "3699a041-f6b9-4212-bd74-da7fe0946ba7",
            "last_updated": "2023-03-17T13:36:56.740660-04:00",
            "created_at": "2023-03-16T17:37:18.549485-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4471ea23-1cf0-4fdb-8c36-6f0795e3d204/?format=api"
        }
    ]
}