GET /api/bet_types/90193bde-719f-4644-b840-940d5e37d333/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90193bde-719f-4644-b840-940d5e37d333",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0d498b2-5b61-47d9-a826-a3f47045cb7b/?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 223",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 223",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e74f162-b849-4c03-bf3c-fc7cfadd5019",
            "gambit_id": "688196e8-990f-497a-8a1b-80ac02526558",
            "last_updated": "2022-12-08T13:02:16.206543-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 223",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90193bde-719f-4644-b840-940d5e37d333/?format=api"
        },
        {
            "id": "62c6b12e-f01d-4baa-8950-ed678ad36d42",
            "gambit_id": "95d18729-da17-4fd6-87b7-b85af1f9d5c1",
            "last_updated": "2022-12-08T13:02:16.205494-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 223",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90193bde-719f-4644-b840-940d5e37d333/?format=api"
        }
    ]
}