GET /api/bet_types/00b41d27-5f65-4f1e-8203-9440590c6125/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00b41d27-5f65-4f1e-8203-9440590c6125",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b745b4d-d0b3-4541-978a-bf8f70ead03a/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T10:13:22.538764-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": 5794.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4206.0
            }
        ],
        "expected_reward_tokens": 9211.14,
        "profit_sb": -288.86,
        "profit_sb_percentage": -3.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "71ca141f-cde2-4b45-8961-d59c235592ef",
            "gambit_id": "5000c610-e1b3-409f-a5ad-027f51d4528a",
            "last_updated": "2024-02-05T14:38:25.471189-05:00",
            "created_at": "2024-02-02T10:13:22.544538-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.59000",
            "odds": "1.62000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00b41d27-5f65-4f1e-8203-9440590c6125/?format=api"
        },
        {
            "id": "bc3f1fc0-4054-4e99-a094-eddfaf7c9834",
            "gambit_id": "d98b374a-6a49-4e74-ab8a-260a8cfd25ee",
            "last_updated": "2024-02-05T14:38:25.474649-05:00",
            "created_at": "2024-02-02T10:13:22.548686-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00b41d27-5f65-4f1e-8203-9440590c6125/?format=api"
        }
    ]
}