GET /api/bet_types/730163a0-79d9-43d2-9aaa-30eaa1db739f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "730163a0-79d9-43d2-9aaa-30eaa1db739f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5793e100-8a19-4825-a7c8-95f227b325d2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-03T09:18:02.464024-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b20800e-960b-4992-b90b-8fb894517904",
            "gambit_id": "d2e05667-2b1b-4620-a653-2e7548d35798",
            "last_updated": "2023-08-04T09:48:15.873206-04:00",
            "created_at": "2023-08-03T09:18:02.472577-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/730163a0-79d9-43d2-9aaa-30eaa1db739f/?format=api"
        },
        {
            "id": "b1641c58-50ab-4623-9aa1-53b6d667f3b3",
            "gambit_id": "b69f6deb-2e80-4647-8593-e18a0d7d3627",
            "last_updated": "2023-08-04T09:48:15.877424-04:00",
            "created_at": "2023-08-03T09:18:02.482285-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/730163a0-79d9-43d2-9aaa-30eaa1db739f/?format=api"
        }
    ]
}