GET /api/bet_types/2add50fb-0ccf-4946-9c1e-8c6931b510ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2add50fb-0ccf-4946-9c1e-8c6931b510ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/31419ab5-e979-48f8-9e29-fc536bb31a4f/?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 Over 6",
                "amount": 5304.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "20bee303-c644-4dbd-be04-5a633e272c58",
            "gambit_id": "e793dbc8-f892-4d57-9420-ab2cc968d9de",
            "last_updated": "2022-12-03T10:17:31.526284-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2add50fb-0ccf-4946-9c1e-8c6931b510ca/?format=api"
        },
        {
            "id": "bffb9300-c9e4-4be3-9212-1d24f99416af",
            "gambit_id": "f83c8e0a-136e-47c8-8683-5a67b87db75f",
            "last_updated": "2022-12-03T10:17:31.525252-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2add50fb-0ccf-4946-9c1e-8c6931b510ca/?format=api"
        }
    ]
}