GET /api/bet_types/78c7edb2-3c90-4e94-a1be-781ef4495ae3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78c7edb2-3c90-4e94-a1be-781ef4495ae3",
    "match": "https://api-prod.gambitprofit.com/api/matches/65ab16e7-e69e-4b48-81cf-0326c1edff94/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:12:58.214797-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": "Columbus Blue Jackets",
                "amount": 5319.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e96c22ad-4eba-41a8-b89d-4d7c955576a3",
            "gambit_id": "18e899f6-04b4-4668-818d-583d66d9ea10",
            "last_updated": "2023-12-26T15:33:14.054992-05:00",
            "created_at": "2023-12-23T09:12:58.222602-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78c7edb2-3c90-4e94-a1be-781ef4495ae3/?format=api"
        },
        {
            "id": "687a814c-9bdb-4cae-a9ee-7ae06b71fc72",
            "gambit_id": "ae67dce3-872c-4dda-96ea-404b692d4f83",
            "last_updated": "2023-12-26T15:33:14.051903-05:00",
            "created_at": "2023-12-23T09:12:58.218263-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78c7edb2-3c90-4e94-a1be-781ef4495ae3/?format=api"
        }
    ]
}