GET /api/bet_types/5f7d219a-7c62-4bdf-b1ac-73c5f16974ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f7d219a-7c62-4bdf-b1ac-73c5f16974ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/1daf61ef-57ff-4c3a-94a9-937e2d2be9c8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-20T08:33:12.937785-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": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "798c2e8d-3200-4500-9711-82b66f42e14d",
            "gambit_id": "2dd68dcd-d9bf-4ffe-ab0d-1c11921ab5e9",
            "last_updated": "2023-07-21T11:48:22.060459-04:00",
            "created_at": "2023-07-20T08:33:12.939224-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f7d219a-7c62-4bdf-b1ac-73c5f16974ef/?format=api"
        },
        {
            "id": "d2a59ff2-448b-4484-be47-d69111feed15",
            "gambit_id": "8ad665e4-1954-43a5-bd78-6bd545539dbb",
            "last_updated": "2023-07-21T11:48:22.058244-04:00",
            "created_at": "2023-07-20T08:33:12.940644-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f7d219a-7c62-4bdf-b1ac-73c5f16974ef/?format=api"
        }
    ]
}