GET /api/bet_types/2313aead-d133-47f0-bcde-725da8cb2dc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2313aead-d133-47f0-bcde-725da8cb2dc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/bef97fa6-dff8-4e25-bfec-27636482e1e1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:08:20.365489-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": 5000.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2608d1a5-3b85-4184-b8cf-abc1aa782989",
            "gambit_id": "538f7914-7233-4919-9b70-c8e632165814",
            "last_updated": "2023-11-23T17:38:26.115689-05:00",
            "created_at": "2023-11-22T09:08:20.369004-05:00",
            "name": "Seattle Kraken",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2313aead-d133-47f0-bcde-725da8cb2dc7/?format=api"
        },
        {
            "id": "115286f4-68a7-4980-8ca8-48e5b9b1555f",
            "gambit_id": "c47cc2c8-f224-4b96-962f-e66f700d7ab9",
            "last_updated": "2023-11-23T17:38:26.119467-05:00",
            "created_at": "2023-11-22T09:08:20.372961-05:00",
            "name": "San Jose Sharks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2313aead-d133-47f0-bcde-725da8cb2dc7/?format=api"
        }
    ]
}