GET /api/bet_types/518657cf-d4a2-4b21-b9b3-227c4c03d9a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "518657cf-d4a2-4b21-b9b3-227c4c03d9a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c685542c-2601-4857-b7e3-d63fa74e0d49/?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 51.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 51.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c28e0aa-f3d0-4209-a873-955c47f078a7",
            "gambit_id": "a10a721c-b6f3-4262-a6fe-0c1f46ec1650",
            "last_updated": "2022-11-14T14:57:40.064974-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/518657cf-d4a2-4b21-b9b3-227c4c03d9a0/?format=api"
        },
        {
            "id": "d2596b00-3025-4d86-83b6-8c07426fd4b8",
            "gambit_id": "487fa6dd-4a2c-4099-88cf-39038393383d",
            "last_updated": "2022-11-14T14:57:40.066293-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/518657cf-d4a2-4b21-b9b3-227c4c03d9a0/?format=api"
        }
    ]
}