GET /api/bet_types/6f62dc44-7aa4-4157-bd1c-3dd97536c16a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f62dc44-7aa4-4157-bd1c-3dd97536c16a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b4f56b3-8c0b-434a-9a1d-01e108b8a5a0/?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 47",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 47",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e8128a0-3bbd-4acc-96aa-5e27ba3f4ee5",
            "gambit_id": "2dd89aa2-7416-4420-8d33-a6824946025b",
            "last_updated": "2022-10-11T11:56:58.235414-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 47",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "47.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f62dc44-7aa4-4157-bd1c-3dd97536c16a/?format=api"
        },
        {
            "id": "b62be836-9e87-4c76-87fb-3213bc7eda0d",
            "gambit_id": "74c088bb-aad1-486f-86ed-d05c6bcdc1ff",
            "last_updated": "2022-10-11T11:56:58.236431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 47",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "47.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f62dc44-7aa4-4157-bd1c-3dd97536c16a/?format=api"
        }
    ]
}