GET /api/bet_types/022e006d-9cc9-49fc-a40d-6bd20b4c62af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "022e006d-9cc9-49fc-a40d-6bd20b4c62af",
    "match": "https://api-prod.gambitprofit.com/api/matches/0178f220-49d0-4886-8008-f43305f6c6a1/?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 49",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 49",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "785f375d-fe8b-4014-b75f-9cb7e60a4889",
            "gambit_id": "ea86a71b-c345-4948-bb12-9ad9a787d29e",
            "last_updated": "2022-11-21T15:48:07.538397-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 49",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/022e006d-9cc9-49fc-a40d-6bd20b4c62af/?format=api"
        },
        {
            "id": "f2c277a3-7539-4a04-9ba7-3b99dab288f8",
            "gambit_id": "ffdef0ab-2b9b-48ed-8381-9f8d2e94f84a",
            "last_updated": "2022-11-21T15:48:07.539561-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 49",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/022e006d-9cc9-49fc-a40d-6bd20b4c62af/?format=api"
        }
    ]
}