GET /api/bet_types/7b2e04ee-8045-4f88-8938-c1a8a0674aa5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b2e04ee-8045-4f88-8938-c1a8a0674aa5",
    "match": "https://api-prod.gambitprofit.com/api/matches/21804711-03f4-4ee9-b659-68041dbb4bb3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-04T09:48:09.225205-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": "Vegas Golden Knights",
                "amount": 6797.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3203.0
            }
        ],
        "expected_reward_tokens": 9447.83,
        "profit_sb": -52.17,
        "profit_sb_percentage": -0.55,
        "recommended": false
    },
    "lines": [
        {
            "id": "280c63c8-59df-422c-b8fb-3700778ac70c",
            "gambit_id": "630b5af5-fabe-4e31-b7d2-b5ec2ff9499a",
            "last_updated": "2023-11-06T09:13:24.217063-05:00",
            "created_at": "2023-11-04T09:48:09.233545-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b2e04ee-8045-4f88-8938-c1a8a0674aa5/?format=api"
        },
        {
            "id": "795bb773-5215-4f22-a984-201a2dcace16",
            "gambit_id": "1172a464-3002-4166-97b8-e50ee82c822c",
            "last_updated": "2023-11-06T09:13:24.213381-05:00",
            "created_at": "2023-11-04T09:48:09.229906-04:00",
            "name": "Colorado Avalanche",
            "reward": "2.95000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b2e04ee-8045-4f88-8938-c1a8a0674aa5/?format=api"
        }
    ]
}