GET /api/bet_types/9166a475-df1f-4a17-9f3a-18285da15902/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9166a475-df1f-4a17-9f3a-18285da15902",
    "match": "https://api-prod.gambitprofit.com/api/matches/3df875b3-f78a-4ded-9a2f-ffffb1ad3f1f/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-16T09:03:04.058647-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": "Seattle Kraken",
                "amount": 5512.0
            },
            {
                "team": "New York Rangers",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "1be90a40-9faf-4be2-be92-462522d0aba3",
            "gambit_id": "ebc8bad9-9981-4cbc-94d6-b76f8300b7f0",
            "last_updated": "2024-01-19T11:48:30.136606-05:00",
            "created_at": "2024-01-16T09:03:04.077344-05:00",
            "name": "Seattle Kraken",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9166a475-df1f-4a17-9f3a-18285da15902/?format=api"
        },
        {
            "id": "2fa6ccfe-53e8-4313-9849-9c589a108f56",
            "gambit_id": "be8341e7-dded-48b7-aacd-d037113b8d3a",
            "last_updated": "2024-01-19T11:48:30.141041-05:00",
            "created_at": "2024-01-16T09:03:04.087648-05:00",
            "name": "New York Rangers",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9166a475-df1f-4a17-9f3a-18285da15902/?format=api"
        }
    ]
}