GET /api/bet_types/5b5b4b8d-93e1-4753-b62f-e11175ffe63e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b5b4b8d-93e1-4753-b62f-e11175ffe63e",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcdd4ffa-dc9a-4eb3-93c4-46bb5270f532/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-30T10:27:10.480462-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 243",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 243",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a82ae521-d88c-4494-9280-ff9cb39b6659",
            "gambit_id": "b1491931-db9a-44ba-a171-e09d790ccffd",
            "last_updated": "2022-12-31T11:37:10.694974-05:00",
            "created_at": "2022-12-30T10:27:10.482909-05:00",
            "name": "Game Total Over 243",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "243.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b5b4b8d-93e1-4753-b62f-e11175ffe63e/?format=api"
        },
        {
            "id": "fb7a21d2-46ea-4356-b160-9cd2039b2b36",
            "gambit_id": "1a8ada99-5353-44d8-8879-81f0455cfa76",
            "last_updated": "2022-12-31T11:37:10.693861-05:00",
            "created_at": "2022-12-30T10:27:10.481688-05:00",
            "name": "Game Total Under 243",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "243.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b5b4b8d-93e1-4753-b62f-e11175ffe63e/?format=api"
        }
    ]
}