GET /api/bet_types/12bbbedb-412f-49c8-b774-095aee565043/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12bbbedb-412f-49c8-b774-095aee565043",
    "match": "https://api-prod.gambitprofit.com/api/matches/aece3fe0-d6bd-4366-8c8b-ff3307c5f988/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T08:23:21.364754-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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0054da9-098b-487e-9191-d91a921c13b5",
            "gambit_id": "96bb9f3e-c339-49b9-833a-4324f3f1cb6a",
            "last_updated": "2023-11-12T11:23:21.264147-05:00",
            "created_at": "2023-11-10T08:23:21.368350-05:00",
            "name": "Game Total Over 220.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12bbbedb-412f-49c8-b774-095aee565043/?format=api"
        },
        {
            "id": "2e82b2a4-118b-4ff1-80e2-8824bb8636ce",
            "gambit_id": "89287a79-67f0-4215-a107-b1a01c1a27a5",
            "last_updated": "2023-11-12T11:23:21.267524-05:00",
            "created_at": "2023-11-10T08:23:21.373771-05:00",
            "name": "Game Total Under 220.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12bbbedb-412f-49c8-b774-095aee565043/?format=api"
        }
    ]
}