GET /api/bet_types/02dadb0f-045b-4ba2-a033-f9f48c06bf94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02dadb0f-045b-4ba2-a033-f9f48c06bf94",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5d3ac30-8917-4daa-8330-3e96ff05b817/?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 221",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a21441d-6d55-4454-be48-c5e400894ec4",
            "gambit_id": "1c5f6956-df81-4f0b-93fe-d30a31ca8725",
            "last_updated": "2022-11-19T10:43:35.903674-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 221",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02dadb0f-045b-4ba2-a033-f9f48c06bf94/?format=api"
        },
        {
            "id": "66f33a82-6012-4db1-a597-d1e79d6d2a16",
            "gambit_id": "7bcf18e3-b537-40dd-9d8e-e32ebd9ec2e7",
            "last_updated": "2022-11-19T10:43:35.904844-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 221",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02dadb0f-045b-4ba2-a033-f9f48c06bf94/?format=api"
        }
    ]
}