GET /api/bet_types/221b0832-28c7-4438-af1a-6ba1aa673c68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "221b0832-28c7-4438-af1a-6ba1aa673c68",
    "match": "https://api-prod.gambitprofit.com/api/matches/99284536-d222-4c57-a269-72b8f9cf9db3/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Under 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb269a56-0354-4e25-8925-0ddff3f97ed7",
            "gambit_id": "20363872-f602-40a4-b639-6f5517b395b8",
            "last_updated": "2022-10-31T10:47:29.863762-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/221b0832-28c7-4438-af1a-6ba1aa673c68/?format=api"
        },
        {
            "id": "2a6e22d8-f4dc-4d55-9fbd-a29cb9b0d4e8",
            "gambit_id": "f5ab0657-eef9-4c24-af26-56f1f975a152",
            "last_updated": "2022-10-31T10:47:29.864890-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/221b0832-28c7-4438-af1a-6ba1aa673c68/?format=api"
        }
    ]
}