GET /api/bet_types/7ab2e425-1529-42bd-95dd-c8fffe45eac9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ab2e425-1529-42bd-95dd-c8fffe45eac9",
    "match": "https://api-prod.gambitprofit.com/api/matches/f36198b5-9e7c-4fa5-b360-ebb41df3a5c1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-24T11:07:02.578922-04: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 228.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 228.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8fbbe052-5bb0-4489-8c4d-31a3308c37f5",
            "gambit_id": "25a5207d-56ea-46a8-8a90-1be155ae0053",
            "last_updated": "2023-03-26T13:37:06.832827-04:00",
            "created_at": "2023-03-24T11:07:02.581381-04:00",
            "name": "Game Total Under 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ab2e425-1529-42bd-95dd-c8fffe45eac9/?format=api"
        },
        {
            "id": "ee33bb14-6451-42a0-86f2-a55a19c7fedc",
            "gambit_id": "b5f4b1db-09e5-48be-b930-750c2c359724",
            "last_updated": "2023-03-26T13:37:06.835824-04:00",
            "created_at": "2023-03-24T11:07:02.583705-04:00",
            "name": "Game Total Over 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ab2e425-1529-42bd-95dd-c8fffe45eac9/?format=api"
        }
    ]
}