GET /api/bet_types/c388eabd-40c1-4372-8ef9-b43b0443fc13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c388eabd-40c1-4372-8ef9-b43b0443fc13",
    "match": "https://api-prod.gambitprofit.com/api/matches/4292741b-97ee-4b1f-90b3-977e342cb30b/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-27T08:57:14.486624-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 57",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 57",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "aca1a077-0fc9-4dd1-b700-88827f1cee4c",
            "gambit_id": "0a5fb7a1-1aac-45f9-ab93-294b59ed074f",
            "last_updated": "2022-12-28T21:57:16.842357-05:00",
            "created_at": "2022-12-27T08:57:14.487837-05:00",
            "name": "Game Total Under 57",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "57.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c388eabd-40c1-4372-8ef9-b43b0443fc13/?format=api"
        },
        {
            "id": "e63a7eac-c4da-4657-865d-18ba697b7f2b",
            "gambit_id": "3cf99805-44bb-45c1-9709-4f08b9039ec3",
            "last_updated": "2022-12-28T21:57:16.843467-05:00",
            "created_at": "2022-12-27T08:57:14.489130-05:00",
            "name": "Game Total Over 57",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "57.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c388eabd-40c1-4372-8ef9-b43b0443fc13/?format=api"
        }
    ]
}