GET /api/bet_types/b70794ec-b01f-4261-b923-7dd312a0e8e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b70794ec-b01f-4261-b923-7dd312a0e8e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/9eafb138-245f-4579-8c85-f45dd7344da7/?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 222",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 222",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "57684f8b-6f9f-4b22-b6f1-189fd2f76873",
            "gambit_id": "0491e319-50bb-428c-8e0c-22cc2ed910f5",
            "last_updated": "2022-12-17T19:37:20.498657-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 222",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b70794ec-b01f-4261-b923-7dd312a0e8e7/?format=api"
        },
        {
            "id": "c7cc42a0-db9f-446f-b58e-193f09e7544b",
            "gambit_id": "339e9232-d290-4a8e-9d03-0647be16884a",
            "last_updated": "2022-12-17T19:37:20.499771-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 222",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b70794ec-b01f-4261-b923-7dd312a0e8e7/?format=api"
        }
    ]
}