GET /api/bet_types/64d5254e-f266-4ce3-99b4-201a7cec8824/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64d5254e-f266-4ce3-99b4-201a7cec8824",
    "match": "https://api-prod.gambitprofit.com/api/matches/d27c1441-8091-4769-a274-947f55f08b97/?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 60.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 60.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "05ace63e-ecb7-493f-b388-e817e7aa9b6a",
            "gambit_id": "435e87e9-6109-4424-90ef-b0fe4fff72d8",
            "last_updated": "2022-09-30T09:42:52.005714-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 60.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "60.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64d5254e-f266-4ce3-99b4-201a7cec8824/?format=api"
        },
        {
            "id": "605a822e-f782-4213-a380-5dcfd197e691",
            "gambit_id": "add7fe76-b728-4521-ae94-ecc28274a809",
            "last_updated": "2022-09-30T09:42:52.004539-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 60.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "60.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64d5254e-f266-4ce3-99b4-201a7cec8824/?format=api"
        }
    ]
}