GET /api/bet_types/eacfea8a-8d03-4e08-92c0-5d599631caa7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eacfea8a-8d03-4e08-92c0-5d599631caa7",
    "match": "https://api-prod.gambitprofit.com/api/matches/9866e400-ca3b-4a21-be16-43f74d4fe04c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-16T09:28:09.629797-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 43",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4acbed4e-00ac-4398-8ad0-7d17cf75c18e",
            "gambit_id": "f843f0f5-3b4e-4ad4-862e-8747b6cb34f8",
            "last_updated": "2023-11-20T19:48:01.406264-05:00",
            "created_at": "2023-11-16T09:28:09.633284-05:00",
            "name": "Game Total Over 43",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eacfea8a-8d03-4e08-92c0-5d599631caa7/?format=api"
        },
        {
            "id": "70dcf276-0fae-40ef-b076-290130be7392",
            "gambit_id": "64a39e26-b738-46ad-b705-3d525ae3eeb5",
            "last_updated": "2023-11-20T19:48:01.410030-05:00",
            "created_at": "2023-11-16T09:28:09.638981-05:00",
            "name": "Game Total Under 43",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eacfea8a-8d03-4e08-92c0-5d599631caa7/?format=api"
        }
    ]
}