GET /api/bet_types/44411954-32f3-4da9-98ca-03d066426ba2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44411954-32f3-4da9-98ca-03d066426ba2",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0239bcc-017a-4d7b-b841-ef8be2d33c70/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-25T09:33:16.730687-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ef05370-2f71-4217-97b2-be0cd7efd43d",
            "gambit_id": "2ce7eb76-a8ce-4e66-b97b-b80b4437c1df",
            "last_updated": "2023-12-26T20:23:08.381064-05:00",
            "created_at": "2023-12-25T09:33:16.741954-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44411954-32f3-4da9-98ca-03d066426ba2/?format=api"
        },
        {
            "id": "6cb2b6b2-6437-404f-a455-938a44cc5d67",
            "gambit_id": "a65b3f9e-8f77-43a8-975c-5c93313209ed",
            "last_updated": "2023-12-26T20:23:08.384312-05:00",
            "created_at": "2023-12-25T09:33:16.756471-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44411954-32f3-4da9-98ca-03d066426ba2/?format=api"
        }
    ]
}