GET /api/bet_types/0a29d5b0-2e07-4074-b558-10ce951c9be7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a29d5b0-2e07-4074-b558-10ce951c9be7",
    "match": "https://api-prod.gambitprofit.com/api/matches/27be081b-967f-46f4-a8b9-460ac9a4860f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:04.324007-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab87183e-2b27-435a-ad71-2c8c5684c80b",
            "gambit_id": "b5beb4ac-d8df-479b-82ac-9268e8cd3453",
            "last_updated": "2023-12-01T19:03:14.000565-05:00",
            "created_at": "2023-11-30T10:28:04.329165-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/0a29d5b0-2e07-4074-b558-10ce951c9be7/?format=api"
        },
        {
            "id": "c49548f6-4767-49d9-af5a-ab2de2f2fe9a",
            "gambit_id": "3c10bb49-6f12-426d-86cf-cda15ac73b8b",
            "last_updated": "2023-12-01T19:03:14.004448-05:00",
            "created_at": "2023-11-30T10:28:04.334528-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a29d5b0-2e07-4074-b558-10ce951c9be7/?format=api"
        }
    ]
}