GET /api/bet_types/da7e81ec-39d2-4c4a-94d4-0f7411812f51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da7e81ec-39d2-4c4a-94d4-0f7411812f51",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7f27a10-6656-4797-85b0-46cc8f37e0d9/?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 2.5",
                "amount": 5147.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4853.0
            }
        ],
        "expected_reward_tokens": 9316.07,
        "profit_sb": -183.93,
        "profit_sb_percentage": -1.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "1dc04e7c-7358-45b5-93e5-c07f17544a99",
            "gambit_id": "63a2734c-12ec-4ce4-9c31-a00a1ee15ef4",
            "last_updated": "2022-10-05T07:16:52.624002-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.81000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da7e81ec-39d2-4c4a-94d4-0f7411812f51/?format=api"
        },
        {
            "id": "50ece470-3fb6-4e42-9c8d-a3e00af67f56",
            "gambit_id": "8262d657-9fd5-4998-bc2b-af56d9a66696",
            "last_updated": "2022-10-05T07:16:52.624988-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.92000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da7e81ec-39d2-4c4a-94d4-0f7411812f51/?format=api"
        }
    ]
}