GET /api/bet_types/053ce9a2-134b-4248-9bc7-3a7d192181f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "053ce9a2-134b-4248-9bc7-3a7d192181f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/600577c5-6a87-4ed1-b3c8-ecf556314fea/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-21T08:33:15.537411-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": "4233b1c7-ff56-4471-b728-10999a9a2c7e",
            "gambit_id": "dcb74503-a965-4f7d-8b51-88fdcc4504cb",
            "last_updated": "2023-06-22T11:03:08.034524-04:00",
            "created_at": "2023-06-21T08:33:15.539851-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/053ce9a2-134b-4248-9bc7-3a7d192181f2/?format=api"
        },
        {
            "id": "231c98d6-ec58-46c0-84fe-d7b3c325719a",
            "gambit_id": "20dc30db-0d4b-4706-b17d-beb982cfd578",
            "last_updated": "2023-06-22T11:03:08.036939-04:00",
            "created_at": "2023-06-21T08:33:15.542282-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/053ce9a2-134b-4248-9bc7-3a7d192181f2/?format=api"
        }
    ]
}