GET /api/bet_types/d37d5d66-a7c3-4c46-b0de-c3351b871f12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d37d5d66-a7c3-4c46-b0de-c3351b871f12",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd62a3ea-1b9d-4a2e-a6ff-a44110307fc1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T09:03:07.074276-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": "Total Rounds Over 1.5",
                "amount": 5864.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4136.0
            }
        ],
        "expected_reward_tokens": 9264.64,
        "profit_sb": -235.36,
        "profit_sb_percentage": -2.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6c59cc6-d9fc-43f5-8262-049c1e159ccc",
            "gambit_id": "b016501e-d242-46c9-ab05-f168c092eb8c",
            "last_updated": "2023-11-13T15:23:03.312754-05:00",
            "created_at": "2023-11-11T09:03:07.078026-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d37d5d66-a7c3-4c46-b0de-c3351b871f12/?format=api"
        },
        {
            "id": "462d4073-8514-4e6d-8028-c41c871c0e95",
            "gambit_id": "29d58afe-4dd1-414b-a4fa-9cdb2b559ece",
            "last_updated": "2023-11-13T15:23:03.315964-05:00",
            "created_at": "2023-11-11T09:03:07.082444-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d37d5d66-a7c3-4c46-b0de-c3351b871f12/?format=api"
        }
    ]
}