GET /api/bet_types/730fcdff-e054-4f43-99a8-1e0239599ff9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "730fcdff-e054-4f43-99a8-1e0239599ff9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca9ded90-65b7-4daf-a3be-587472ad7419/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-22T09:58:23.304949-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": "Game Total Over 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "70eae047-d662-4461-a41d-f274e09bd24e",
            "gambit_id": "8cab9ee5-0f9c-43a8-87d0-1d6d4fa75a38",
            "last_updated": "2023-09-23T20:53:10.747299-04:00",
            "created_at": "2023-09-22T09:58:23.308320-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/730fcdff-e054-4f43-99a8-1e0239599ff9/?format=api"
        },
        {
            "id": "1bc2334f-e3bf-4079-8385-83e2289d8639",
            "gambit_id": "c08fba2b-48a3-4c42-8b1b-05dbb892c11f",
            "last_updated": "2023-09-23T20:53:10.750936-04:00",
            "created_at": "2023-09-22T09:58:23.312763-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/730fcdff-e054-4f43-99a8-1e0239599ff9/?format=api"
        }
    ]
}