GET /api/bet_types/5034bea4-c12a-46ee-9d85-663d4a70bf38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5034bea4-c12a-46ee-9d85-663d4a70bf38",
    "match": "https://api-prod.gambitprofit.com/api/matches/b92f6963-116e-44cb-ab22-cb9df5c9027c/?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 8",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "458f22d8-d039-4765-960c-c2633aae5140",
            "gambit_id": "b76c95f3-cde2-4f9b-94a3-00ac5ef7cfa8",
            "last_updated": "2022-09-24T21:07:20.216165-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5034bea4-c12a-46ee-9d85-663d4a70bf38/?format=api"
        },
        {
            "id": "92f6c6ca-0ae5-4bb0-aa52-3e28a1e2f108",
            "gambit_id": "9ad87f52-3765-48be-8de0-ab1db3156693",
            "last_updated": "2022-09-24T21:07:20.215099-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5034bea4-c12a-46ee-9d85-663d4a70bf38/?format=api"
        }
    ]
}