GET /api/bet_types/9c80ac60-57ad-48d6-9bfa-55eadb8d6617/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c80ac60-57ad-48d6-9bfa-55eadb8d6617",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ed0d35a-cabc-4e01-8d14-f38d6e47157f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-28T08:48:04.964682-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": 5213.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "483485ff-989c-4bf1-baa3-ec9bf993fa13",
            "gambit_id": "bd70754e-0391-4941-9b4e-8b3a0d09058d",
            "last_updated": "2023-06-29T17:53:19.954425-04:00",
            "created_at": "2023-06-28T08:48:04.966136-04:00",
            "name": "Game Total Over 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c80ac60-57ad-48d6-9bfa-55eadb8d6617/?format=api"
        },
        {
            "id": "a7f092ac-1d68-4873-b536-6584e29e322b",
            "gambit_id": "6433601d-1b51-45e5-a496-85cdab26f962",
            "last_updated": "2023-06-29T17:53:19.955811-04:00",
            "created_at": "2023-06-28T08:48:04.967648-04:00",
            "name": "Game Total Under 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c80ac60-57ad-48d6-9bfa-55eadb8d6617/?format=api"
        }
    ]
}