GET /api/bet_types/3bdded48-fac6-48c7-88b2-773ca22e3571/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bdded48-fac6-48c7-88b2-773ca22e3571",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0c324c5-9864-41ee-acb3-04b06128d330/?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 Under 5.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9f3da6d-06b1-4e0d-a09e-298ed4d9eb49",
            "gambit_id": "301713a8-333b-49b0-be55-fcb3e995ec73",
            "last_updated": "2022-12-23T12:02:15.264028-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bdded48-fac6-48c7-88b2-773ca22e3571/?format=api"
        },
        {
            "id": "85c670a6-f2e7-4cd3-8abc-5886c0bc4fa5",
            "gambit_id": "65966701-bdcf-444f-90be-b2dbda6362a6",
            "last_updated": "2022-12-23T12:02:15.265160-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bdded48-fac6-48c7-88b2-773ca22e3571/?format=api"
        }
    ]
}