GET /api/bet_types/52fe2321-24da-4aa3-8d5a-ad0da39dd64d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52fe2321-24da-4aa3-8d5a-ad0da39dd64d",
    "match": "https://api-prod.gambitprofit.com/api/matches/45c9c8e9-6deb-4c1c-bdb7-305e3c7cd9fa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-01T09:47:55.043058-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 235.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 235.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bcc1d96e-e482-4d9f-8482-8031651a06c0",
            "gambit_id": "3a0533cc-f3aa-46a6-86f8-3644ad9cdab9",
            "last_updated": "2023-12-02T10:18:08.770639-05:00",
            "created_at": "2023-12-01T09:47:55.046702-05:00",
            "name": "Game Total Over 235.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52fe2321-24da-4aa3-8d5a-ad0da39dd64d/?format=api"
        },
        {
            "id": "87059a25-23b4-4b8d-8fad-dabd007a4d3f",
            "gambit_id": "0e13eb30-ae86-4571-92ed-6686842ac0b5",
            "last_updated": "2023-12-02T10:18:08.763990-05:00",
            "created_at": "2023-12-01T09:47:55.051817-05:00",
            "name": "Game Total Under 235.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52fe2321-24da-4aa3-8d5a-ad0da39dd64d/?format=api"
        }
    ]
}