GET /api/bet_types/cc2ef733-24d1-4d7e-9df8-861b91e0b72a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc2ef733-24d1-4d7e-9df8-861b91e0b72a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2160f4ce-2ebf-432b-b470-a3e9c6b3c724/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-09T11:12:02.744572-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 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "44953781-26bb-416b-a436-04a5a47f75ef",
            "gambit_id": "f9652e50-3446-4e2a-977a-2db889d0d149",
            "last_updated": "2023-02-10T09:32:18.094898-05:00",
            "created_at": "2023-02-09T11:12:02.746379-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc2ef733-24d1-4d7e-9df8-861b91e0b72a/?format=api"
        },
        {
            "id": "50aefd8f-2da7-4156-9655-75f873b1687d",
            "gambit_id": "e150178f-0eb7-4ae1-a61c-ac8f5561accf",
            "last_updated": "2023-02-10T09:32:18.096153-05:00",
            "created_at": "2023-02-09T11:12:02.748338-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc2ef733-24d1-4d7e-9df8-861b91e0b72a/?format=api"
        }
    ]
}