GET /api/bet_types/c2ac0dbd-eb17-4f6e-8dd3-8d9c6b2a5f2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2ac0dbd-eb17-4f6e-8dd3-8d9c6b2a5f2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1587374f-c726-4762-b14e-15aaf487a271/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T10:08:21.773240-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": "Total Rounds Under 2.5",
                "amount": 5673.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4327.0
            }
        ],
        "expected_reward_tokens": 9303.05,
        "profit_sb": -196.95,
        "profit_sb_percentage": -2.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae794fff-ee86-4033-b148-9e173e8ea901",
            "gambit_id": "d4471b96-d567-42bf-91e5-f602ca8b4724",
            "last_updated": "2024-02-06T09:33:14.205163-05:00",
            "created_at": "2024-02-02T10:08:21.782054-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2ac0dbd-eb17-4f6e-8dd3-8d9c6b2a5f2f/?format=api"
        },
        {
            "id": "f01c9561-d12a-447b-a7d7-393631d326ca",
            "gambit_id": "5aa836a2-e495-461c-a91b-57cae3fccf2f",
            "last_updated": "2024-02-06T09:33:14.200680-05:00",
            "created_at": "2024-02-02T10:08:21.777091-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2ac0dbd-eb17-4f6e-8dd3-8d9c6b2a5f2f/?format=api"
        }
    ]
}