GET /api/bet_types/70489029-25b9-4c90-a8de-d692c159a685/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70489029-25b9-4c90-a8de-d692c159a685",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f4b186b-dc30-4f1a-b146-a96a62f0995b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-22T13:07:02.532538-04: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": 6458.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "62606415-127a-4604-809f-e0ccb9067e46",
            "gambit_id": "8ede87f7-2a67-412b-9aaf-6a62fde8fe10",
            "last_updated": "2023-04-23T18:37:11.975712-04:00",
            "created_at": "2023-04-22T13:07:02.534965-04:00",
            "name": "Seattle Kraken",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70489029-25b9-4c90-a8de-d692c159a685/?format=api"
        },
        {
            "id": "46635ae8-4f31-4db4-887f-11842739a558",
            "gambit_id": "476043e3-be11-414e-8a90-81f987e07d13",
            "last_updated": "2023-04-23T18:37:11.977641-04:00",
            "created_at": "2023-04-22T13:07:02.537723-04:00",
            "name": "Colorado Avalanche",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70489029-25b9-4c90-a8de-d692c159a685/?format=api"
        }
    ]
}