GET /api/bet_types/26ac5840-3ffb-49dc-88bf-60afecda1e73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26ac5840-3ffb-49dc-88bf-60afecda1e73",
    "match": "https://api-prod.gambitprofit.com/api/matches/803b96c9-7b55-474d-a9cb-e40148f807b7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-03T20:08:21.465577-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 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9200.0,
        "profit_sb": -300.0,
        "profit_sb_percentage": -3.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "ccf5688d-dc59-4b2e-990b-248cedaa9e49",
            "gambit_id": "5df88ec3-b9dc-4c32-a9fa-0a2c38e4f99f",
            "last_updated": "2023-11-06T10:28:09.884065-05:00",
            "created_at": "2023-11-03T20:08:21.470092-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26ac5840-3ffb-49dc-88bf-60afecda1e73/?format=api"
        },
        {
            "id": "25d8f5cd-e10b-4c9a-b1de-f7676de8fb2b",
            "gambit_id": "dc070460-6e50-4940-8a77-1919b1d3bc09",
            "last_updated": "2023-11-06T10:28:09.887285-05:00",
            "created_at": "2023-11-03T20:08:21.474217-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26ac5840-3ffb-49dc-88bf-60afecda1e73/?format=api"
        }
    ]
}