GET /api/bet_types/cc183bf7-bd81-4995-aa4e-bcb01df2b513/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc183bf7-bd81-4995-aa4e-bcb01df2b513",
    "match": "https://api-prod.gambitprofit.com/api/matches/701e14a3-bb13-411d-8310-204f66892b68/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-15T12:27:22.891277-04: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": "Total Rounds Over 1.5",
                "amount": 5673.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4327.0
            }
        ],
        "expected_reward_tokens": 9303.05,
        "profit_sb": -196.95,
        "profit_sb_percentage": -2.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c58a1fb-64eb-473f-9b58-ae231a39862b",
            "gambit_id": "2f7b1c9e-d9e3-4de4-a21c-853c813c72b8",
            "last_updated": "2023-04-17T11:42:07.360781-04:00",
            "created_at": "2023-04-15T12:27:22.894080-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc183bf7-bd81-4995-aa4e-bcb01df2b513/?format=api"
        },
        {
            "id": "0d0de8ed-dc23-4fc2-95d6-614cd6e3cb6a",
            "gambit_id": "93c13c54-81be-4dc2-9bdd-176c1eb24faf",
            "last_updated": "2023-04-17T11:42:07.358380-04:00",
            "created_at": "2023-04-15T12:27:22.892588-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc183bf7-bd81-4995-aa4e-bcb01df2b513/?format=api"
        }
    ]
}