GET /api/bet_types/c82db697-5851-4a7c-a1f2-a7e017ff10ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c82db697-5851-4a7c-a1f2-a7e017ff10ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/11bee25b-3e47-4178-8460-8a00ae2fbcfd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-01T09:47:56.267894-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "81f5dc61-ff67-4b05-bb81-c02db8f3c20c",
            "gambit_id": "1ae4bc54-d7ed-4d9c-a80f-b33a05fc958f",
            "last_updated": "2023-12-02T10:13:07.719993-05:00",
            "created_at": "2023-12-01T09:47:56.271210-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c82db697-5851-4a7c-a1f2-a7e017ff10ec/?format=api"
        },
        {
            "id": "650f7f6d-e1c3-4fa3-b69e-e38656f7fd41",
            "gambit_id": "d2fc1177-9252-4a88-872c-8586b9486e3c",
            "last_updated": "2023-12-02T10:13:07.723441-05:00",
            "created_at": "2023-12-01T09:47:56.275472-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c82db697-5851-4a7c-a1f2-a7e017ff10ec/?format=api"
        }
    ]
}