GET /api/bet_types/4a001b92-f483-4f62-8c34-7ee79365ae2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a001b92-f483-4f62-8c34-7ee79365ae2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef6720fd-b408-4e50-aaa0-dc35506b9d40/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-30T08:58:08.057673-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 227",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "44849d98-e60f-4ee9-8b91-b97618601814",
            "gambit_id": "f356f58e-78b1-42ac-8bcd-e7aa0fe9c522",
            "last_updated": "2024-01-31T21:48:10.765294-05:00",
            "created_at": "2024-01-30T08:58:08.063233-05:00",
            "name": "Game Total Over 227",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a001b92-f483-4f62-8c34-7ee79365ae2e/?format=api"
        },
        {
            "id": "1aacb641-5ae3-4227-ad25-d9b0869990f5",
            "gambit_id": "3d490754-73d6-465e-a0fe-0775351c1baf",
            "last_updated": "2024-01-31T21:48:10.768550-05:00",
            "created_at": "2024-01-30T08:58:08.069759-05:00",
            "name": "Game Total Under 227",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a001b92-f483-4f62-8c34-7ee79365ae2e/?format=api"
        }
    ]
}