GET /api/bet_types/00dad3be-a94d-4b98-b2db-068cd28b235a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00dad3be-a94d-4b98-b2db-068cd28b235a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f639602-114a-40de-92ef-d8e4f1bce5aa/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2546c96d-a4b6-4b81-920f-db2e3bf0fa43",
            "gambit_id": "a9515892-9b68-4b2d-bde3-db97c753b3c8",
            "last_updated": "2022-11-14T09:33:43.883348-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00dad3be-a94d-4b98-b2db-068cd28b235a/?format=api"
        },
        {
            "id": "d5805100-10d3-4d07-b5cd-ce115c2c2aad",
            "gambit_id": "3d8c491f-d3ad-41cb-87cd-a02669c7ff0e",
            "last_updated": "2022-11-14T09:33:43.884516-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00dad3be-a94d-4b98-b2db-068cd28b235a/?format=api"
        }
    ]
}