GET /api/bet_types/581df6b3-4865-497f-bdd5-c5a1c8569890/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "581df6b3-4865-497f-bdd5-c5a1c8569890",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a7bb42e-69ba-4596-b1b0-bddbeb4b539f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-16T13:47:06.246700-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 5.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "5101edf4-0a3d-4b57-aa60-87bda29d97a6",
            "gambit_id": "b06fab66-0495-4210-ac19-52543125cb56",
            "last_updated": "2023-02-17T09:52:03.406658-05:00",
            "created_at": "2023-02-16T13:47:06.250580-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/581df6b3-4865-497f-bdd5-c5a1c8569890/?format=api"
        },
        {
            "id": "d4352ae4-1c0e-48de-954d-6fcaba163000",
            "gambit_id": "3aaed0c8-e4db-4ce3-bffa-f84babaa275f",
            "last_updated": "2023-02-17T09:52:03.405407-05:00",
            "created_at": "2023-02-16T13:47:06.248884-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/581df6b3-4865-497f-bdd5-c5a1c8569890/?format=api"
        }
    ]
}