GET /api/bet_types/281c54bc-aa9f-4c9e-bc58-1071ae49212b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "281c54bc-aa9f-4c9e-bc58-1071ae49212b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d29a1a0-b408-4811-940a-867ffb65326d/?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 62.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 62.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "5192f466-92ac-4eb8-8f8d-1fc7508ce457",
            "gambit_id": "02b7b536-6bce-498d-b524-6c59dd8403a8",
            "last_updated": "2022-09-18T13:12:27.718316-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 62.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "62.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/281c54bc-aa9f-4c9e-bc58-1071ae49212b/?format=api"
        },
        {
            "id": "1f31070c-7cff-4051-8e7b-d0268a20d6cc",
            "gambit_id": "ad5ef845-3fdf-4e87-8c9d-e4a27c1b1679",
            "last_updated": "2022-09-18T13:12:27.717150-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 62.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "62.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/281c54bc-aa9f-4c9e-bc58-1071ae49212b/?format=api"
        }
    ]
}