GET /api/bet_types/3f591f49-8a9f-4809-abc5-5db3324e7e57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f591f49-8a9f-4809-abc5-5db3324e7e57",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f2419b4-b6ed-426c-8510-b0eb6d4e62d5/?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 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "88d7adb1-1362-41e2-8529-fa2e0dd89df2",
            "gambit_id": "420005e4-1fee-433c-817e-e6b97e08fcae",
            "last_updated": "2022-11-14T10:28:55.534593-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f591f49-8a9f-4809-abc5-5db3324e7e57/?format=api"
        },
        {
            "id": "85ffbbe6-73ac-4992-a820-dcec5d568880",
            "gambit_id": "48e5d19b-fe76-4b8f-b0a4-dc990b48c2b0",
            "last_updated": "2022-11-14T10:28:55.533422-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f591f49-8a9f-4809-abc5-5db3324e7e57/?format=api"
        }
    ]
}