GET /api/bet_types/88004219-f9c1-4f1c-8459-ca0f3d4ecd02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88004219-f9c1-4f1c-8459-ca0f3d4ecd02",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf1394c3-4456-482e-a16e-4f849b4d5d09/?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 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8c913ca-e5ed-4d86-ad45-ccaf85b7c5fd",
            "gambit_id": "d26d719e-08b3-4edc-b9d9-eeb97f00f9b7",
            "last_updated": "2022-10-17T09:27:38.943815-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88004219-f9c1-4f1c-8459-ca0f3d4ecd02/?format=api"
        },
        {
            "id": "5ae37c9e-024a-45ff-b3f3-ce60b9090924",
            "gambit_id": "21ff109f-d1ca-410d-b85e-5d6189c38029",
            "last_updated": "2022-10-17T09:27:38.944940-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88004219-f9c1-4f1c-8459-ca0f3d4ecd02/?format=api"
        }
    ]
}