GET /api/bet_types/4cfa00b1-cfcb-4582-85bf-dfc609ae967b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cfa00b1-cfcb-4582-85bf-dfc609ae967b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b9af509-81cd-4bed-9e11-9e661f948308/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-11T17:47:17.290327-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 241",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 241",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "843747e3-6c4a-4baf-9af2-f7c87e114cd6",
            "gambit_id": "9ccb7323-64db-4f4a-af76-850c215a3fac",
            "last_updated": "2023-02-12T09:47:17.251014-05:00",
            "created_at": "2023-02-11T17:47:17.291933-05:00",
            "name": "Game Total Under 241",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "241.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cfa00b1-cfcb-4582-85bf-dfc609ae967b/?format=api"
        },
        {
            "id": "0c705846-c5bd-4612-a893-f6dd8864c274",
            "gambit_id": "e4135faa-707f-4829-891b-8e931effda13",
            "last_updated": "2023-02-12T09:47:17.252225-05:00",
            "created_at": "2023-02-11T17:47:17.293425-05:00",
            "name": "Game Total Over 241",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "241.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cfa00b1-cfcb-4582-85bf-dfc609ae967b/?format=api"
        }
    ]
}