GET /api/bet_types/22c26cf3-ce13-4fb3-b5cf-022f3be1642b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22c26cf3-ce13-4fb3-b5cf-022f3be1642b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cd1ce81-334a-44a3-a235-58c7610022d8/?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 8.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "4893b7b0-a59a-46da-8fc2-e222a679327e",
            "gambit_id": "6e24a43b-cf66-4eaf-b2e5-82e7fde18ebf",
            "last_updated": "2022-08-19T09:51:52.136959-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22c26cf3-ce13-4fb3-b5cf-022f3be1642b/?format=api"
        },
        {
            "id": "4879a6b8-9915-4ec5-8575-feb67fe25b77",
            "gambit_id": "baf93a6c-d391-45d5-b87d-ace55a0586f9",
            "last_updated": "2022-08-19T09:51:52.137460-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22c26cf3-ce13-4fb3-b5cf-022f3be1642b/?format=api"
        }
    ]
}