GET /api/bet_types/ecc102bc-22a2-42b0-b751-1790d4b8bef2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecc102bc-22a2-42b0-b751-1790d4b8bef2",
    "match": "https://api-prod.gambitprofit.com/api/matches/88fc2c7c-f3ee-437d-a2fe-7f500b244682/?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 Over 56.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 56.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "de51df71-8c7a-49fb-bcd7-562b71a09471",
            "gambit_id": "2ea02e1e-10e8-4b1d-b2e3-ee043051d9cd",
            "last_updated": "2022-11-14T09:49:10.488401-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc102bc-22a2-42b0-b751-1790d4b8bef2/?format=api"
        },
        {
            "id": "cc38f5df-2bcf-4d5d-81dc-de9383db2327",
            "gambit_id": "55ca4c7d-102d-4650-8812-118edfd9182d",
            "last_updated": "2022-11-14T09:49:10.487246-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc102bc-22a2-42b0-b751-1790d4b8bef2/?format=api"
        }
    ]
}