GET /api/bet_types/c2247cf7-340b-40d0-a043-6f6f76eb9a31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2247cf7-340b-40d0-a043-6f6f76eb9a31",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2401533-890c-4ef5-bf82-c2210892d7ee/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-06T09:08:07.793579-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 5.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "311372a1-9178-48b4-94bb-0ee7139a825e",
            "gambit_id": "642b0e14-ee58-4065-86ef-c2f72ccc9f11",
            "last_updated": "2024-02-07T01:53:00.870077-05:00",
            "created_at": "2024-02-06T09:08:07.798607-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2247cf7-340b-40d0-a043-6f6f76eb9a31/?format=api"
        },
        {
            "id": "51d2639b-3168-4d92-9ba5-b7c4c1cc652a",
            "gambit_id": "25f037f1-38db-45d1-9bfd-b80f096c1c59",
            "last_updated": "2024-02-07T01:53:00.873343-05:00",
            "created_at": "2024-02-06T09:08:07.803453-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2247cf7-340b-40d0-a043-6f6f76eb9a31/?format=api"
        }
    ]
}