GET /api/bet_types/7693d093-b67b-4d28-ae00-426f0d06c876/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7693d093-b67b-4d28-ae00-426f0d06c876",
    "match": "https://api-prod.gambitprofit.com/api/matches/a230b8dc-26c1-472a-ba0d-9381599d97f4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-17T11:42:59.843278-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 Under 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "917b8c7a-fc73-4a9b-96b5-5042dcf5ac5c",
            "gambit_id": "7d8d1dcc-524b-4719-957a-e978a92faa54",
            "last_updated": "2023-07-18T22:03:15.660439-04:00",
            "created_at": "2023-07-17T11:42:59.846154-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7693d093-b67b-4d28-ae00-426f0d06c876/?format=api"
        },
        {
            "id": "4b04bcc0-8a27-4f3d-b251-bf6614ba3a4a",
            "gambit_id": "2ed64438-c111-4080-9450-c30823c2baed",
            "last_updated": "2023-07-18T22:03:15.658515-04:00",
            "created_at": "2023-07-17T11:42:59.844663-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7693d093-b67b-4d28-ae00-426f0d06c876/?format=api"
        }
    ]
}