GET /api/bet_types/11fd1e28-3748-497a-817e-0dd2b8e42985/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11fd1e28-3748-497a-817e-0dd2b8e42985",
    "match": "https://api-prod.gambitprofit.com/api/matches/8404fa34-c252-4a03-8c86-787bb566fe88/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:07.628944-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": "New York Islanders",
                "amount": 6935.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "620882f6-44f8-4c64-9d56-36d3be08278a",
            "gambit_id": "f1e3eca4-3bb7-483e-a206-4d5292a6aaaa",
            "last_updated": "2023-11-17T23:33:12.226778-05:00",
            "created_at": "2023-11-16T09:28:07.634880-05:00",
            "name": "New York Islanders",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11fd1e28-3748-497a-817e-0dd2b8e42985/?format=api"
        },
        {
            "id": "b6ee01c2-8731-4888-bbdc-44c70f237716",
            "gambit_id": "3af3afc8-490a-4e6d-b79c-b35aa00aedbc",
            "last_updated": "2023-11-17T23:33:12.230140-05:00",
            "created_at": "2023-11-16T09:28:07.639751-05:00",
            "name": "Seattle Kraken",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11fd1e28-3748-497a-817e-0dd2b8e42985/?format=api"
        }
    ]
}