GET /api/bet_types/cc5de2f6-c50a-4ddb-92a2-e96c28226af9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc5de2f6-c50a-4ddb-92a2-e96c28226af9",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d9273dc-4fef-4ee0-b781-ad459cb2e25d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-18T09:43:03.836461-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 Over 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "23191f82-c5df-45e2-a68d-8abe15049c7c",
            "gambit_id": "871f34a1-d41f-45d0-ad93-12511ec2ea27",
            "last_updated": "2023-06-20T10:43:11.493824-04:00",
            "created_at": "2023-06-18T09:43:03.838639-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc5de2f6-c50a-4ddb-92a2-e96c28226af9/?format=api"
        },
        {
            "id": "e4340da6-3e0d-434a-965d-4c759de0f48a",
            "gambit_id": "14cdf6de-b437-4df3-91ae-db65ed6725be",
            "last_updated": "2023-06-20T10:43:11.496178-04:00",
            "created_at": "2023-06-18T09:43:03.840692-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc5de2f6-c50a-4ddb-92a2-e96c28226af9/?format=api"
        }
    ]
}