GET /api/bet_types/62b120bd-f998-472c-aad0-be1e78de5b8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62b120bd-f998-472c-aad0-be1e78de5b8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd84a03c-0e3b-4490-9acb-d9db68760d58/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-03T13:12:08.524301-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 Under 4.5",
                "amount": 5189.0
            },
            {
                "team": "Total Rounds Over 4.5",
                "amount": 4811.0
            }
        ],
        "expected_reward_tokens": 9236.42,
        "profit_sb": -263.58,
        "profit_sb_percentage": -2.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "7eb6db93-f7c5-492e-9927-6b1fe0d84fd2",
            "gambit_id": "a1279000-8f0f-4930-9526-e393c53eb57d",
            "last_updated": "2023-03-06T15:11:56.404917-05:00",
            "created_at": "2023-03-03T13:12:08.525664-05:00",
            "name": "Total Rounds Under 4.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62b120bd-f998-472c-aad0-be1e78de5b8b/?format=api"
        },
        {
            "id": "fdf6343d-a9c1-4b76-bee1-28bf66842c79",
            "gambit_id": "5971bb60-04df-40ec-a24b-d2eb48d6e8e2",
            "last_updated": "2023-03-06T15:11:56.406287-05:00",
            "created_at": "2023-03-03T13:12:08.527018-05:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62b120bd-f998-472c-aad0-be1e78de5b8b/?format=api"
        }
    ]
}