GET /api/bet_types/7d11fb88-95a9-4d2c-9319-92d01fc1fdfd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d11fb88-95a9-4d2c-9319-92d01fc1fdfd",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc8beb6e-b467-44b1-945b-dee2c24dae65/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-09T09:42:59.120502-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 7",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec7d9a99-aaf7-4208-9ce8-562adad8a292",
            "gambit_id": "9186cf67-e087-4679-948a-28626bb4915e",
            "last_updated": "2023-09-10T20:23:02.199839-04:00",
            "created_at": "2023-09-09T09:42:59.129803-04:00",
            "name": "Game Total Over 7",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d11fb88-95a9-4d2c-9319-92d01fc1fdfd/?format=api"
        },
        {
            "id": "7d11ccbc-6ee0-48b0-a3bb-4fea82f20dfe",
            "gambit_id": "3068ea8d-7046-4a80-8f96-6647d7afe347",
            "last_updated": "2023-09-10T20:23:02.195838-04:00",
            "created_at": "2023-09-09T09:42:59.124914-04:00",
            "name": "Game Total Under 7",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d11fb88-95a9-4d2c-9319-92d01fc1fdfd/?format=api"
        }
    ]
}