GET /api/bet_types/283bc85c-03a4-4420-956c-55f61acfc762/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "283bc85c-03a4-4420-956c-55f61acfc762",
    "match": "https://api-prod.gambitprofit.com/api/matches/b36e5e50-b6e7-4d32-9bf9-20b710719d7b/?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 73",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 73",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc42606c-8935-41e2-8fe9-3b1a8e383fe2",
            "gambit_id": "1df9b53d-f4bf-44e5-8a80-235b73508888",
            "last_updated": "2022-10-23T19:37:03.978042-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 73",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "73.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/283bc85c-03a4-4420-956c-55f61acfc762/?format=api"
        },
        {
            "id": "4dba16ef-979e-4473-b817-928f46d84224",
            "gambit_id": "086c4d7e-5469-43e0-95de-796dea8d977d",
            "last_updated": "2022-10-23T19:37:03.979119-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 73",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "73.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/283bc85c-03a4-4420-956c-55f61acfc762/?format=api"
        }
    ]
}