GET /api/bet_types/56fc8d01-d593-4d37-a024-5ac07727ba87/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56fc8d01-d593-4d37-a024-5ac07727ba87",
    "match": "https://api-prod.gambitprofit.com/api/matches/58fe9d9e-04d4-42e6-92df-a7c8fba1a44e/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-05T10:03:21.180721-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7e0af36-6bea-482d-96d5-69276cb8d57d",
            "gambit_id": "5e899ae6-2e7d-4290-b2ed-56b97694819c",
            "last_updated": "2024-02-07T01:52:57.972721-05:00",
            "created_at": "2024-02-05T10:03:21.187957-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56fc8d01-d593-4d37-a024-5ac07727ba87/?format=api"
        },
        {
            "id": "71c2b436-d541-4d4f-8219-f5b93a17484e",
            "gambit_id": "a9b028f7-b42a-43ea-9312-396436a121e1",
            "last_updated": "2024-02-07T01:52:57.976209-05:00",
            "created_at": "2024-02-05T10:03:21.207297-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56fc8d01-d593-4d37-a024-5ac07727ba87/?format=api"
        }
    ]
}