GET /api/bet_types/5b60c21b-82fc-4d44-8ff8-b9f71eec6d5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b60c21b-82fc-4d44-8ff8-b9f71eec6d5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e88e7ec-6fa4-4b67-a365-9553ab0d4636/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-01T09:08:19.280040-04: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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c037d3f8-da1f-461f-8296-91b0b50b343e",
            "gambit_id": "a9ebb572-37c0-452f-8479-e2b80e7f092b",
            "last_updated": "2023-11-03T10:23:02.979699-04:00",
            "created_at": "2023-11-01T09:08:19.284353-04:00",
            "name": "Game Total Over 227.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b60c21b-82fc-4d44-8ff8-b9f71eec6d5b/?format=api"
        },
        {
            "id": "9a7041a8-a152-43c1-b901-8fa5dbf7ab53",
            "gambit_id": "6e164f5e-3513-4cf5-ba53-77abe0bfc80b",
            "last_updated": "2023-11-03T10:23:02.983054-04:00",
            "created_at": "2023-11-01T09:08:19.288848-04:00",
            "name": "Game Total Under 227.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b60c21b-82fc-4d44-8ff8-b9f71eec6d5b/?format=api"
        }
    ]
}