GET /api/bet_types/5c72d55e-9015-48c1-ba52-eed9158a5021/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c72d55e-9015-48c1-ba52-eed9158a5021",
    "match": "https://api-prod.gambitprofit.com/api/matches/4eedcba6-2fdf-4005-8c8b-e745e84e7d3f/?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 Over 2.5",
                "amount": 5068.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4932.0
            }
        ],
        "expected_reward_tokens": 9222.84,
        "profit_sb": -277.16,
        "profit_sb_percentage": -2.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "7050e942-8ad3-4721-b9b5-49fb18c92986",
            "gambit_id": "dc06d695-791b-4b37-a226-a134ced63c5b",
            "last_updated": "2022-10-17T15:37:17.594694-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c72d55e-9015-48c1-ba52-eed9158a5021/?format=api"
        },
        {
            "id": "26cd0b3f-4811-465b-837f-baf2ceb1327b",
            "gambit_id": "c296df18-96b5-40c1-8a52-2f968103fd01",
            "last_updated": "2022-10-17T15:37:17.593368-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.87000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c72d55e-9015-48c1-ba52-eed9158a5021/?format=api"
        }
    ]
}